| GroupId | GroupIdcom.github.damiansheldon |
|---|---|
| ArtifactId | ArtifactIdtreasure |
| Version | Version0.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| treasure-0.0.7.pom | |
| treasure-0.0.7.jar | 14 KB |
| treasure-0.0.7-sources.jar | 8 KB |
| treasure-0.0.7-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/ -->
<dependency>
<groupId>com.github.damiansheldon</groupId>
<artifactId>treasure</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation 'com.github.damiansheldon:treasure:0.0.7'
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation ("com.github.damiansheldon:treasure:0.0.7")
'com.github.damiansheldon:treasure:jar:0.0.7'
<dependency org="com.github.damiansheldon" name="treasure" rev="0.0.7">
<artifact name="treasure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damiansheldon', module='treasure', version='0.0.7')
)
libraryDependencies += "com.github.damiansheldon" % "treasure" % "0.0.7"
[com.github.damiansheldon/treasure "0.0.7"]