File Storage
A File Storage library to store files in memory or local paths
License
Copyright 2016 Pablo López Mesa - Released under the Apache 2.0 license.
| License |
License |
|---|---|
| GroupId | GroupIdes.arcasi.oss |
| ArtifactId | ArtifactIdfile-storage |
| Last Version | Last Version0.02.004 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFileStorage
File Storage Services
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| file-storage-0.02.004.pom | |
| file-storage-0.02.004.jar | 9 KB |
| file-storage-0.02.004-sources.jar | 6 KB |
| file-storage-0.02.004-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/es.arcasi.oss/file-storage/ -->
<dependency>
<groupId>es.arcasi.oss</groupId>
<artifactId>file-storage</artifactId>
<version>0.02.004</version>
</dependency>
// https://jarcasting.com/artifacts/es.arcasi.oss/file-storage/
implementation 'es.arcasi.oss:file-storage:0.02.004'
// https://jarcasting.com/artifacts/es.arcasi.oss/file-storage/
implementation ("es.arcasi.oss:file-storage:0.02.004")
'es.arcasi.oss:file-storage:jar:0.02.004'
<dependency org="es.arcasi.oss" name="file-storage" rev="0.02.004">
<artifact name="file-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.arcasi.oss', module='file-storage', version='0.02.004')
)
libraryDependencies += "es.arcasi.oss" % "file-storage" % "0.02.004"
[es.arcasi.oss/file-storage "0.02.004"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| commons-io : commons-io | jar | 2.5 |
| net.jodah : expiringmap | jar | 0.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
A File Storage library to store files in memory or local paths
Copyright 2016 Pablo López Mesa - Released under the Apache 2.0 license.