Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdtop.infra.maven |
ArtifactId | ArtifactIdtopinfra-mvnext-module-maven-build-pom |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.infra.maven/topinfra-mvnext-module-maven-build-pom/ -->
<dependency>
<groupId>top.infra.maven</groupId>
<artifactId>topinfra-mvnext-module-maven-build-pom</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-mvnext-module-maven-build-pom/
implementation 'top.infra.maven:topinfra-mvnext-module-maven-build-pom:1.2.0'
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-mvnext-module-maven-build-pom/
implementation ("top.infra.maven:topinfra-mvnext-module-maven-build-pom:1.2.0")
'top.infra.maven:topinfra-mvnext-module-maven-build-pom:jar:1.2.0'
<dependency org="top.infra.maven" name="topinfra-mvnext-module-maven-build-pom" rev="1.2.0">
<artifact name="topinfra-mvnext-module-maven-build-pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra.maven', module='topinfra-mvnext-module-maven-build-pom', version='1.2.0')
)
libraryDependencies += "top.infra.maven" % "topinfra-mvnext-module-maven-build-pom" % "1.2.0"
[top.infra.maven/topinfra-mvnext-module-maven-build-pom "1.2.0"]