GroupId | GroupIdorg.cdmckay.coffeedom |
---|---|
ArtifactId | ArtifactIdcoffeedom |
Version | Version1.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
coffeedom-1.0-beta2.pom | |
coffeedom-1.0-beta2.jar | 160 KB |
coffeedom-1.0-beta2-sources.jar | 230 KB |
coffeedom-1.0-beta2-javadoc.jar | 482 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cdmckay.coffeedom/coffeedom/ -->
<dependency>
<groupId>org.cdmckay.coffeedom</groupId>
<artifactId>coffeedom</artifactId>
<version>1.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cdmckay.coffeedom/coffeedom/
implementation 'org.cdmckay.coffeedom:coffeedom:1.0-beta2'
// https://jarcasting.com/artifacts/org.cdmckay.coffeedom/coffeedom/
implementation ("org.cdmckay.coffeedom:coffeedom:1.0-beta2")
'org.cdmckay.coffeedom:coffeedom:jar:1.0-beta2'
<dependency org="org.cdmckay.coffeedom" name="coffeedom" rev="1.0-beta2">
<artifact name="coffeedom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cdmckay.coffeedom', module='coffeedom', version='1.0-beta2')
)
libraryDependencies += "org.cdmckay.coffeedom" % "coffeedom" % "1.0-beta2"
[org.cdmckay.coffeedom/coffeedom "1.0-beta2"]