Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.mongodb.casbah |
ArtifactId | ArtifactIdcasbah-gridfs_2.8.0 |
Last Version | Last Version2.1.5-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.mongodb.casbah/casbah-gridfs_2.8.0/ -->
<dependency>
<groupId>com.mongodb.casbah</groupId>
<artifactId>casbah-gridfs_2.8.0</artifactId>
<version>2.1.5-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mongodb.casbah/casbah-gridfs_2.8.0/
implementation 'com.mongodb.casbah:casbah-gridfs_2.8.0:2.1.5-1'
// https://jarcasting.com/artifacts/com.mongodb.casbah/casbah-gridfs_2.8.0/
implementation ("com.mongodb.casbah:casbah-gridfs_2.8.0:2.1.5-1")
'com.mongodb.casbah:casbah-gridfs_2.8.0:jar:2.1.5-1'
<dependency org="com.mongodb.casbah" name="casbah-gridfs_2.8.0" rev="2.1.5-1">
<artifact name="casbah-gridfs_2.8.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mongodb.casbah', module='casbah-gridfs_2.8.0', version='2.1.5-1')
)
libraryDependencies += "com.mongodb.casbah" % "casbah-gridfs_2.8.0" % "2.1.5-1"
[com.mongodb.casbah/casbah-gridfs_2.8.0 "2.1.5-1"]
Group / Artifact | Type | Version |
---|---|---|
com.mongodb.casbah : casbah-core_2.8.0 | jar | 2.1.5-1 |
org.scala-lang : scala-library | jar | 2.8.0 |