License |
License |
---|---|
GroupId | GroupIdorg.dynamicloud.api |
ArtifactId | ArtifactIduniversalstorage.filesystem |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionUniversal Storage - File System
Universal storage provides you an interface for storing files according to your needs. With this Universal Storage Java API, you will be able to develop programs in Java and use an interface for storing your files within a file system storage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.filesystem/ -->
<dependency>
<groupId>org.dynamicloud.api</groupId>
<artifactId>universalstorage.filesystem</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.filesystem/
implementation 'org.dynamicloud.api:universalstorage.filesystem:1.0.0'
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.filesystem/
implementation ("org.dynamicloud.api:universalstorage.filesystem:1.0.0")
'org.dynamicloud.api:universalstorage.filesystem:jar:1.0.0'
<dependency org="org.dynamicloud.api" name="universalstorage.filesystem" rev="1.0.0">
<artifact name="universalstorage.filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynamicloud.api', module='universalstorage.filesystem', version='1.0.0')
)
libraryDependencies += "org.dynamicloud.api" % "universalstorage.filesystem" % "1.0.0"
[org.dynamicloud.api/universalstorage.filesystem "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
org.dynamicloud.api : universalstorage.core | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |