is not current version
Last Version 0.0.8

com.github.damiansheldon:treasure 0.0.5

The treasures I have accumulated in my daily java development. It can help other people face the same problem.

GroupId

GroupId

com.github.damiansheldon
ArtifactId

ArtifactId

treasure
Version

Version

0.0.5
Type

Type

jar

Download treasure 0.0.5


<!-- https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/ -->
<dependency>
    <groupId>com.github.damiansheldon</groupId>
    <artifactId>treasure</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation 'com.github.damiansheldon:treasure:0.0.5'
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation ("com.github.damiansheldon:treasure:0.0.5")
'com.github.damiansheldon:treasure:jar:0.0.5'
<dependency org="com.github.damiansheldon" name="treasure" rev="0.0.5">
  <artifact name="treasure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damiansheldon', module='treasure', version='0.0.5')
)
libraryDependencies += "com.github.damiansheldon" % "treasure" % "0.0.5"
[com.github.damiansheldon/treasure "0.0.5"]