GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
commons-0.5.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons/
implementation 'com.github.crabs-hue.commons:commons:0.5.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons/
implementation ("com.github.crabs-hue.commons:commons:0.5.0")
'com.github.crabs-hue.commons:commons:pom:0.5.0'
<dependency org="com.github.crabs-hue.commons" name="commons" rev="0.5.0">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons', version='0.5.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons" % "0.5.0"
[com.github.crabs-hue.commons/commons "0.5.0"]