is not current version
Last Version 0.2.0.2

org.gaixie.sandbox:sandbox 0.1

Maven 测试项目。

GroupId

GroupId

org.gaixie.sandbox
ArtifactId

ArtifactId

sandbox
Version

Version

0.1
Type

Type

jar

Download sandbox 0.1


<!-- 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"]