| Categories |
CategoriesMongoDB Data Databases |
|---|---|
| GroupId | GroupIdorg.mongodb |
| ArtifactId | ArtifactIdcasbah-commons_2.11 |
| Version | Version2.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| casbah-commons_2.11-2.7.1.pom | |
| casbah-commons_2.11-2.7.1.jar | 161 KB |
| casbah-commons_2.11-2.7.1-tests.jar | 544 KB |
| casbah-commons_2.11-2.7.1-sources.jar | 13 KB |
| casbah-commons_2.11-2.7.1-javadoc.jar | 541 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mongodb/casbah-commons_2.11/ -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>casbah-commons_2.11</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb/casbah-commons_2.11/
implementation 'org.mongodb:casbah-commons_2.11:2.7.1'
// https://jarcasting.com/artifacts/org.mongodb/casbah-commons_2.11/
implementation ("org.mongodb:casbah-commons_2.11:2.7.1")
'org.mongodb:casbah-commons_2.11:jar:2.7.1'
<dependency org="org.mongodb" name="casbah-commons_2.11" rev="2.7.1">
<artifact name="casbah-commons_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb', module='casbah-commons_2.11', version='2.7.1')
)
libraryDependencies += "org.mongodb" % "casbah-commons_2.11" % "2.7.1"
[org.mongodb/casbah-commons_2.11 "2.7.1"]