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