License |
License |
---|---|
GroupId | GroupIdorg.ow2.weblab.service |
ArtifactId | ArtifactIdfile-repository |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionResource Container using file system.
It's a file system repository. Just configure the file system folder and the component will save and load resources from files in this folder.
When you save a resource, the component check if the resource's uri exists and if it's exists replace it, if not generate an unique uri for the repository and replace all old uris with the new one and save the resource.
You can load every saved resource, and subresource.
|
Filename | Size |
---|---|
file-repository-1.6.pom | |
file-repository-1.6.war | 12 MB |
file-repository-1.6-sources.jar | 9 KB |
file-repository-1.6-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.service/file-repository/ -->
<dependency>
<groupId>org.ow2.weblab.service</groupId>
<artifactId>file-repository</artifactId>
<version>1.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/file-repository/
implementation 'org.ow2.weblab.service:file-repository:1.6'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/file-repository/
implementation ("org.ow2.weblab.service:file-repository:1.6")
'org.ow2.weblab.service:file-repository:war:1.6'
<dependency org="org.ow2.weblab.service" name="file-repository" rev="1.6">
<artifact name="file-repository" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='file-repository', version='1.6')
)
libraryDependencies += "org.ow2.weblab.service" % "file-repository" % "1.6"
[org.ow2.weblab.service/file-repository "1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.weblab.core.helpers : rdf-helper-jena | jar | 1.3 |
org.ow2.weblab.core : model | jar | 1.2 |
org.ow2.weblab.core : extended | jar | 1.2 |
org.ow2.weblab.core : annotator | jar | 1.2 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.ws : jaxws-rt | jar | 2.1.7 |
xalan : xalan | jar | 2.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |