Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.btmatthews.atlas |
ArtifactId | ArtifactIdatlas-mongodb |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
atlas-mongodb-1.0.0.pom | |
atlas-mongodb-1.0.0.jar | 5 KB |
atlas-mongodb-1.0.0-sources.jar | 2 KB |
atlas-mongodb-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-mongodb/ -->
<dependency>
<groupId>com.btmatthews.atlas</groupId>
<artifactId>atlas-mongodb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-mongodb/
implementation 'com.btmatthews.atlas:atlas-mongodb:1.0.0'
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-mongodb/
implementation ("com.btmatthews.atlas:atlas-mongodb:1.0.0")
'com.btmatthews.atlas:atlas-mongodb:jar:1.0.0'
<dependency org="com.btmatthews.atlas" name="atlas-mongodb" rev="1.0.0">
<artifact name="atlas-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.atlas', module='atlas-mongodb', version='1.0.0')
)
libraryDependencies += "com.btmatthews.atlas" % "atlas-mongodb" % "1.0.0"
[com.btmatthews.atlas/atlas-mongodb "1.0.0"]