is not current version
Last Version 1.7.2

org.ow2.weblab.webservices:file-repository 1.7.1

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 checks 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.

GroupId

GroupId

org.ow2.weblab.webservices
ArtifactId

ArtifactId

file-repository
Version

Version

1.7.1
Type

Type

war

Download file-repository 1.7.1


<!-- https://jarcasting.com/artifacts/org.ow2.weblab.webservices/file-repository/ -->
<dependency>
    <groupId>org.ow2.weblab.webservices</groupId>
    <artifactId>file-repository</artifactId>
    <version>1.7.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/file-repository/
implementation 'org.ow2.weblab.webservices:file-repository:1.7.1'
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/file-repository/
implementation ("org.ow2.weblab.webservices:file-repository:1.7.1")
'org.ow2.weblab.webservices:file-repository:war:1.7.1'
<dependency org="org.ow2.weblab.webservices" name="file-repository" rev="1.7.1">
  <artifact name="file-repository" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.webservices', module='file-repository', version='1.7.1')
)
libraryDependencies += "org.ow2.weblab.webservices" % "file-repository" % "1.7.1"
[org.ow2.weblab.webservices/file-repository "1.7.1"]