License |
License |
---|---|
GroupId | GroupIdorg.cuberact |
ArtifactId | ArtifactIdcuberact-storage |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptioncuberact-storage
Simple and unified access to files in zip/jar file or directory
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cuberact-storage-1.1.1.pom | |
cuberact-storage-1.1.1.jar | 25 KB |
cuberact-storage-1.1.1-sources.jar | 13 KB |
cuberact-storage-1.1.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cuberact/cuberact-storage/ -->
<dependency>
<groupId>org.cuberact</groupId>
<artifactId>cuberact-storage</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cuberact/cuberact-storage/
implementation 'org.cuberact:cuberact-storage:1.1.1'
// https://jarcasting.com/artifacts/org.cuberact/cuberact-storage/
implementation ("org.cuberact:cuberact-storage:1.1.1")
'org.cuberact:cuberact-storage:jar:1.1.1'
<dependency org="org.cuberact" name="cuberact-storage" rev="1.1.1">
<artifact name="cuberact-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cuberact', module='cuberact-storage', version='1.1.1')
)
libraryDependencies += "org.cuberact" % "cuberact-storage" % "1.1.1"
[org.cuberact/cuberact-storage "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.12.0 |