is not current version
Last Version 0.10.0

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

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.0.3
Type

Type

pom

Download commons-parent 0.0.3

Filename Size
commons-parent-0.0.3.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.0.3</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.0.3'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-parent/
implementation ("com.github.crabs-hue.commons:commons-parent:0.0.3")
'com.github.crabs-hue.commons:commons-parent:pom:0.0.3'
<dependency org="com.github.crabs-hue.commons" name="commons-parent" rev="0.0.3">
  <artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-parent', version='0.0.3')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-parent" % "0.0.3"
[com.github.crabs-hue.commons/commons-parent "0.0.3"]