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