is not current version
Last Version 35

com.github.hazendaz:base-parent 29

Base Maven Parent solving majority of Maven configurations. Use this to drive your maven builds.

GroupId

GroupId

com.github.hazendaz
ArtifactId

ArtifactId

base-parent
Version

Version

29
Type

Type

pom

Download base-parent 29

Filename Size
base-parent-29.pom 88 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.hazendaz/base-parent/ -->
<dependency>
    <groupId>com.github.hazendaz</groupId>
    <artifactId>base-parent</artifactId>
    <version>29</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/base-parent/
implementation 'com.github.hazendaz:base-parent:29'
// https://jarcasting.com/artifacts/com.github.hazendaz/base-parent/
implementation ("com.github.hazendaz:base-parent:29")
'com.github.hazendaz:base-parent:pom:29'
<dependency org="com.github.hazendaz" name="base-parent" rev="29">
  <artifact name="base-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='base-parent', version='29')
)
libraryDependencies += "com.github.hazendaz" % "base-parent" % "29"
[com.github.hazendaz/base-parent "29"]