| GroupId | GroupIdorg.gaixie.sandbox |
|---|---|
| ArtifactId | ArtifactIdsandbox |
| Version | Version0.2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sandbox-0.2.0.1.pom | |
| sandbox-0.2.0.1.jar | 4 KB |
| sandbox-0.2.0.1-sources.jar | 3 KB |
| sandbox-0.2.0.1-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.sandbox/sandbox/ -->
<dependency>
<groupId>org.gaixie.sandbox</groupId>
<artifactId>sandbox</artifactId>
<version>0.2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.sandbox/sandbox/
implementation 'org.gaixie.sandbox:sandbox:0.2.0.1'
// https://jarcasting.com/artifacts/org.gaixie.sandbox/sandbox/
implementation ("org.gaixie.sandbox:sandbox:0.2.0.1")
'org.gaixie.sandbox:sandbox:jar:0.2.0.1'
<dependency org="org.gaixie.sandbox" name="sandbox" rev="0.2.0.1">
<artifact name="sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.sandbox', module='sandbox', version='0.2.0.1')
)
libraryDependencies += "org.gaixie.sandbox" % "sandbox" % "0.2.0.1"
[org.gaixie.sandbox/sandbox "0.2.0.1"]