is not current version
Last Version 3.3.0

cn.home1:maven-build 3.0.2

Parent pom for maven based projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

cn.home1
ArtifactId

ArtifactId

maven-build
Version

Version

3.0.2
Type

Type

pom

Download maven-build 3.0.2

Filename Size
maven-build-3.0.2.pom 218 KB
Browse

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