не последняя версия
Последняя версия 0.0.8

com.github.damiansheldon:treasure 0.0.7

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

Группа

Группа

com.github.damiansheldon
Идентификатор

Идентификатор

treasure
Версия

Версия

0.0.7
Тип

Тип

jar

Скачать treasure 0.0.7


<!-- 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"]