GroupId | GroupIdorg.cuberact |
---|---|
ArtifactId | ArtifactIdcuberact-storage |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cuberact-storage-1.0.1.pom | |
cuberact-storage-1.0.1.jar | 25 KB |
cuberact-storage-1.0.1-sources.jar | 13 KB |
cuberact-storage-1.0.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cuberact/cuberact-storage/ -->
<dependency>
<groupId>org.cuberact</groupId>
<artifactId>cuberact-storage</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cuberact/cuberact-storage/
implementation 'org.cuberact:cuberact-storage:1.0.1'
// https://jarcasting.com/artifacts/org.cuberact/cuberact-storage/
implementation ("org.cuberact:cuberact-storage:1.0.1")
'org.cuberact:cuberact-storage:jar:1.0.1'
<dependency org="org.cuberact" name="cuberact-storage" rev="1.0.1">
<artifact name="cuberact-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cuberact', module='cuberact-storage', version='1.0.1')
)
libraryDependencies += "org.cuberact" % "cuberact-storage" % "1.0.1"
[org.cuberact/cuberact-storage "1.0.1"]