GroupId | GroupIdorg.ow2.weblab.service |
---|---|
ArtifactId | ArtifactIdsimple-file-repository |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSimple Resource Container using file system.
It's a simple file system repository. Just configure the file system folder and the component will save and load resources from files in this folder.
This implementation is able to save and get resources.
The limitation are that it is not assigning an new URI. It hashes the existing one to save the files. It's also not able to get or save sub resources since it uses the hash as key.
In most of the application, you'd rather to use the file-repository whitch is able to do so.
|
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.service/simple-file-repository/ -->
<dependency>
<groupId>org.ow2.weblab.service</groupId>
<artifactId>simple-file-repository</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/simple-file-repository/
implementation 'org.ow2.weblab.service:simple-file-repository:1.0'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/simple-file-repository/
implementation ("org.ow2.weblab.service:simple-file-repository:1.0")
'org.ow2.weblab.service:simple-file-repository:war:1.0'
<dependency org="org.ow2.weblab.service" name="simple-file-repository" rev="1.0">
<artifact name="simple-file-repository" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='simple-file-repository', version='1.0')
)
libraryDependencies += "org.ow2.weblab.service" % "simple-file-repository" % "1.0"
[org.ow2.weblab.service/simple-file-repository "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.groboutils » groboutils-core | jar | 5 |