License |
License |
---|---|
GroupId | GroupIdcom.github.davidcarboni |
ArtifactId | ArtifactIdfile-store |
Version | Version0.0.5 |
Type | Typejar |
Description |
DescriptionFile Storage system
Enables the storage and retrieval of files on a file-system by arbitrary ID
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
file-store-0.0.5.pom | |
file-store-0.0.5.jar | 11 KB |
file-store-0.0.5-sources.jar | 9 KB |
file-store-0.0.5-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/file-store/ -->
<dependency>
<groupId>com.github.davidcarboni</groupId>
<artifactId>file-store</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/file-store/
implementation 'com.github.davidcarboni:file-store:0.0.5'
// https://jarcasting.com/artifacts/com.github.davidcarboni/file-store/
implementation ("com.github.davidcarboni:file-store:0.0.5")
'com.github.davidcarboni:file-store:jar:0.0.5'
<dependency org="com.github.davidcarboni" name="file-store" rev="0.0.5">
<artifact name="file-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='file-store', version='0.0.5')
)
libraryDependencies += "com.github.davidcarboni" % "file-store" % "0.0.5"
[com.github.davidcarboni/file-store "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |