GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-parent |
Version | Version0.7.0 |
Type | Typepom |
Filename | Size |
---|---|
commons-parent-0.7.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.7.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.7.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-parent/
implementation ("com.github.crabs-hue.commons:commons-parent:0.7.0")
'com.github.crabs-hue.commons:commons-parent:pom:0.7.0'
<dependency org="com.github.crabs-hue.commons" name="commons-parent" rev="0.7.0">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-parent', version='0.7.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-parent" % "0.7.0"
[com.github.crabs-hue.commons/commons-parent "0.7.0"]