Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.mongodb.casbah |
ArtifactId | ArtifactIdcasbah-commons_2.8.1 |
Version | Version2.0rc0 |
Type | Typejar |
Filename | Size |
---|---|
casbah-commons_2.8.1-2.0rc0.pom | |
casbah-commons_2.8.1-2.0rc0.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mongodb.casbah/casbah-commons_2.8.1/ -->
<dependency>
<groupId>com.mongodb.casbah</groupId>
<artifactId>casbah-commons_2.8.1</artifactId>
<version>2.0rc0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mongodb.casbah/casbah-commons_2.8.1/
implementation 'com.mongodb.casbah:casbah-commons_2.8.1:2.0rc0'
// https://jarcasting.com/artifacts/com.mongodb.casbah/casbah-commons_2.8.1/
implementation ("com.mongodb.casbah:casbah-commons_2.8.1:2.0rc0")
'com.mongodb.casbah:casbah-commons_2.8.1:jar:2.0rc0'
<dependency org="com.mongodb.casbah" name="casbah-commons_2.8.1" rev="2.0rc0">
<artifact name="casbah-commons_2.8.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mongodb.casbah', module='casbah-commons_2.8.1', version='2.0rc0')
)
libraryDependencies += "com.mongodb.casbah" % "casbah-commons_2.8.1" % "2.0rc0"
[com.mongodb.casbah/casbah-commons_2.8.1 "2.0rc0"]