| Группа | Группаcom.github.damiansheldon |
|---|---|
| Идентификатор | Идентификаторtreasure |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| treasure-0.0.2.pom | |
| treasure-0.0.2.jar | 5 KB |
| treasure-0.0.2-sources.jar | 3 KB |
| treasure-0.0.2-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/ -->
<dependency>
<groupId>com.github.damiansheldon</groupId>
<artifactId>treasure</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation 'com.github.damiansheldon:treasure:0.0.2'
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation ("com.github.damiansheldon:treasure:0.0.2")
'com.github.damiansheldon:treasure:jar:0.0.2'
<dependency org="com.github.damiansheldon" name="treasure" rev="0.0.2">
<artifact name="treasure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damiansheldon', module='treasure', version='0.0.2')
)
libraryDependencies += "com.github.damiansheldon" % "treasure" % "0.0.2"
[com.github.damiansheldon/treasure "0.0.2"]