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.1.pom download
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>maven-build</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.home1:maven-build:1.0.1'
Gradle Kotlin
implementation("cn.home1:maven-build:1.0.1")
Scala SBT
libraryDependencies += "cn.home1" % "maven-build" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='maven-build', version='1.0.1')
)
Apache Ivy
<dependency org="cn.home1" name="maven-build" rev="1.0.1" />
Leiningen
[cn.home1/maven-build "1.0.1"]
Apache Buildr
'cn.home1:maven-build:jar:1.0.1'
Dependencies
The project has no third-party dependencies