m

maven-parent

This is the parent the most of my projects.
https://github.com/dfuchss/maven-parent
MIT License
Dominik Fuchss
Files download
File Operation
maven-parent-0.21.21.pom download
Apache Maven
<dependency>
  <groupId>org.fuchss</groupId>
  <artifactId>maven-parent</artifactId>
  <version>0.21.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fuchss:maven-parent:0.21.21'
Gradle Kotlin
implementation("org.fuchss:maven-parent:0.21.21")
Scala SBT
libraryDependencies += "org.fuchss" % "maven-parent" % "0.21.21"
Groovy Grape
@Grapes(
  @Grab(group='org.fuchss', module='maven-parent', version='0.21.21')
)
Apache Ivy
<dependency org="org.fuchss" name="maven-parent" rev="0.21.21" />
Leiningen
[org.fuchss/maven-parent "0.21.21"]
Apache Buildr
'org.fuchss:maven-parent:jar:0.21.21'