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