MVN

me.lightspeed7 : mongoFS

Maven & Gradle

Apr 26, 2021
20 stars

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

<dependency>
    <groupId>me.lightspeed7</groupId>
    <artifactId>mongoFS</artifactId>
    <version>0.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.lightspeed7 : mongoFS to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.7

All Versions

Choose a version of me.lightspeed7 : mongoFS to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
mongoFS-0.10.0
0.9.x
mongoFS-0.9.2
mongoFS-0.9.1
mongoFS-0.9.0
0.8.x
mongoFS-0.8.2
mongoFS-0.8.1
0.7.x
mongoFS-0.7.7

How to add a dependency to Maven

Add the following me.lightspeed7 : mongoFS maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.lightspeed7</groupId>
    <artifactId>mongoFS</artifactId>
    <version>0.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.lightspeed7 : mongoFS gradle dependency to your build.gradle file:

implementation 'me.lightspeed7:mongoFS:0.7.7'

Gradle Kotlin DSL: Add the following me.lightspeed7 : mongoFS gradle kotlin dependency to your build.gradle.kts file:

implementation("me.lightspeed7:mongoFS:0.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.lightspeed7 : mongoFS sbt scala dependency to your build.sbt file:

libraryDependencies += "me.lightspeed7" % "mongoFS" % "0.7.7"

Advertisement