License |
License |
---|---|
GroupId | GroupIdorg.activiti |
ArtifactId | ArtifactIdcontent-storage-fs |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActiviti Content Storage - File System Implementation
Implementation of the content-storage-api using a file-system.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
content-storage-fs-6.0.0.pom | |
content-storage-fs-6.0.0.jar | 9 KB |
content-storage-fs-6.0.0-sources.jar | 7 KB |
content-storage-fs-6.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.activiti/content-storage-fs/ -->
<dependency>
<groupId>org.activiti</groupId>
<artifactId>content-storage-fs</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.activiti/content-storage-fs/
implementation 'org.activiti:content-storage-fs:6.0.0'
// https://jarcasting.com/artifacts/org.activiti/content-storage-fs/
implementation ("org.activiti:content-storage-fs:6.0.0")
'org.activiti:content-storage-fs:jar:6.0.0'
<dependency org="org.activiti" name="content-storage-fs" rev="6.0.0">
<artifact name="content-storage-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activiti', module='content-storage-fs', version='6.0.0')
)
libraryDependencies += "org.activiti" % "content-storage-fs" % "6.0.0"
[org.activiti/content-storage-fs "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.activiti : content-storage-api | jar | 6.0.0 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |