is not current version
Last Version 3.3.0

cn.home1:maven-build 3.2.0

Parent pom for maven based projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

cn.home1
ArtifactId

ArtifactId

maven-build
Version

Version

3.2.0
Type

Type

pom

Download maven-build 3.2.0

Filename Size
maven-build-3.2.0.pom 220 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.home1/maven-build/ -->
<dependency>
    <groupId>cn.home1</groupId>
    <artifactId>maven-build</artifactId>
    <version>3.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.home1/maven-build/
implementation 'cn.home1:maven-build:3.2.0'
// https://jarcasting.com/artifacts/cn.home1/maven-build/
implementation ("cn.home1:maven-build:3.2.0")
'cn.home1:maven-build:pom:3.2.0'
<dependency org="cn.home1" name="maven-build" rev="3.2.0">
  <artifact name="maven-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.home1', module='maven-build', version='3.2.0')
)
libraryDependencies += "cn.home1" % "maven-build" % "3.2.0"
[cn.home1/maven-build "3.2.0"]