b

base-parent

Base Maven Parent solving majority of Maven configurations. Use this to drive your maven builds.
https://github.com/hazendaz/base-parent
The Apache Software License, Version 2.0
hazendaz
Jeremy Landis
Files download
File Operation
base-parent-45.pom download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>base-parent</artifactId>
  <version>45</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz:base-parent:45'
Gradle Kotlin
implementation("com.github.hazendaz:base-parent:45")
Scala SBT
libraryDependencies += "com.github.hazendaz" % "base-parent" % "45"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz', module='base-parent', version='45')
)
Apache Ivy
<dependency org="com.github.hazendaz" name="base-parent" rev="45" />
Leiningen
[com.github.hazendaz/base-parent "45"]
Apache Buildr
'com.github.hazendaz:base-parent:jar:45'