Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.orange-box.storebox |
ArtifactId | ArtifactIdstorebox-lib |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
storebox-lib-1.3.0.pom | |
storebox-lib-1.3.0.jar | 42 KB |
storebox-lib-1.3.0-sources.jar | 40 KB |
storebox-lib-1.3.0-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.orange-box.storebox/storebox-lib/ -->
<dependency>
<groupId>net.orange-box.storebox</groupId>
<artifactId>storebox-lib</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.orange-box.storebox/storebox-lib/
implementation 'net.orange-box.storebox:storebox-lib:1.3.0'
// https://jarcasting.com/artifacts/net.orange-box.storebox/storebox-lib/
implementation ("net.orange-box.storebox:storebox-lib:1.3.0")
'net.orange-box.storebox:storebox-lib:jar:1.3.0'
<dependency org="net.orange-box.storebox" name="storebox-lib" rev="1.3.0">
<artifact name="storebox-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.orange-box.storebox', module='storebox-lib', version='1.3.0')
)
libraryDependencies += "net.orange-box.storebox" % "storebox-lib" % "1.3.0"
[net.orange-box.storebox/storebox-lib "1.3.0"]