is not current version
Last Version 0.10.0

com.github.crabs-hue.commons:commons-parent 0.8.0

Parent project for Crabs Hue common libraries, and possibly other projects. Defines some default dependencies and build plugins.

GroupId

GroupId

com.github.crabs-hue.commons
ArtifactId

ArtifactId

commons-parent
Version

Version

0.8.0
Type

Type

pom

Download commons-parent 0.8.0

Filename Size
commons-parent-0.8.0.pom 6 KB
Browse

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