m

maven-build

Parent pom for maven based projects
https://github.com/ci-and-cd/maven-build
MIT License
Haolun Zhang
Files download
File Operation
maven-build-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>maven-build</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.home1:maven-build:1.0.3'
Gradle Kotlin
implementation("cn.home1:maven-build:1.0.3")
Scala SBT
libraryDependencies += "cn.home1" % "maven-build" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='maven-build', version='1.0.3')
)
Apache Ivy
<dependency org="cn.home1" name="maven-build" rev="1.0.3" />
Leiningen
[cn.home1/maven-build "1.0.3"]
Apache Buildr
'cn.home1:maven-build:jar:1.0.3'
Dependencies
The project has no third-party dependencies