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