Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.avh4.util |
ArtifactId | ArtifactIdsandbox |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
sandbox-0.0.5.pom | |
sandbox-0.0.5.jar | 3 KB |
sandbox-0.0.5-sources.jar | 1 KB |
sandbox-0.0.5-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.avh4.util/sandbox/ -->
<dependency>
<groupId>net.avh4.util</groupId>
<artifactId>sandbox</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.avh4.util/sandbox/
implementation 'net.avh4.util:sandbox:0.0.5'
// https://jarcasting.com/artifacts/net.avh4.util/sandbox/
implementation ("net.avh4.util:sandbox:0.0.5")
'net.avh4.util:sandbox:jar:0.0.5'
<dependency org="net.avh4.util" name="sandbox" rev="0.0.5">
<artifact name="sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.avh4.util', module='sandbox', version='0.0.5')
)
libraryDependencies += "net.avh4.util" % "sandbox" % "0.0.5"
[net.avh4.util/sandbox "0.0.5"]