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