me.lightspeed7:MongoFS

An extension to the MongoDB Java Driver library that goes beyond what the GridFS feature supports. Compressed file storage, zip files, temporary files

License

License

GroupId

GroupId

me.lightspeed7
ArtifactId

ArtifactId

mongoFS
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

me.lightspeed7:MongoFS
An extension to the MongoDB Java Driver library that goes beyond what the GridFS feature supports. Compressed file storage, zip files, temporary files
Project URL

Project URL

http://github.com/dbuschman7/mongoFS

Download mongoFS

How to add to project

<!-- https://jarcasting.com/artifacts/me.lightspeed7/mongoFS/ -->
<dependency>
    <groupId>me.lightspeed7</groupId>
    <artifactId>mongoFS</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lightspeed7/mongoFS/
implementation 'me.lightspeed7:mongoFS:0.10.0'
// https://jarcasting.com/artifacts/me.lightspeed7/mongoFS/
implementation ("me.lightspeed7:mongoFS:0.10.0")
'me.lightspeed7:mongoFS:jar:0.10.0'
<dependency org="me.lightspeed7" name="mongoFS" rev="0.10.0">
  <artifact name="mongoFS" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lightspeed7', module='mongoFS', version='0.10.0')
)
libraryDependencies += "me.lightspeed7" % "mongoFS" % "0.10.0"
[me.lightspeed7/mongoFS "0.10.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.9
org.mongodb : mongodb-driver jar 3.0.2

test (10)

Group / Artifact Type Version
org.spockframework : spock-core jar 0.7-groovy-2.0
org.springframework : spring-expression jar 4.0.3.RELEASE
org.mockito : mockito-all jar 1.9.5
org.codehaus.groovy : groovy-all jar 2.0.8
junit : junit jar 4.12
com.google.guava : guava jar 16.0.1
com.google.code.gson : gson jar 2.2.4
org.springframework : spring-test jar 4.0.3.RELEASE
org.springframework : spring-core jar 4.0.3.RELEASE
org.springframework : spring-context jar 4.0.3.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.10.0
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.7.7