License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdcom.btmatthews.atlas |
ArtifactId | ArtifactIdatlas-mongodb |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtlas Framework - MongoDB Support
Various libraries building on the Spring Framework
|
Project Organization |
Project OrganizationBrian Thomas Matthews |
Filename | Size |
---|---|
atlas-mongodb-1.0.1.pom | |
atlas-mongodb-1.0.1.jar | 5 KB |
atlas-mongodb-1.0.1-sources.jar | 2 KB |
atlas-mongodb-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-mongodb/
implementation 'com.btmatthews.atlas:atlas-mongodb:1.0.1'
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-mongodb/
implementation ("com.btmatthews.atlas:atlas-mongodb:1.0.1")
'com.btmatthews.atlas:atlas-mongodb:jar:1.0.1'
<dependency org="com.btmatthews.atlas" name="atlas-mongodb" rev="1.0.1">
<artifact name="atlas-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.atlas', module='atlas-mongodb', version='1.0.1')
)
libraryDependencies += "com.btmatthews.atlas" % "atlas-mongodb" % "1.0.1"
[com.btmatthews.atlas/atlas-mongodb "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.btmatthews.atlas : atlas-core | jar | 1.0.1 |
org.springframework.data : spring-data-mongodb | jar | 1.4.0.M1 |
org.mongodb : mongo-java-driver | jar | 2.11.3 |
com.google.guava : guava | jar | 16.0-rc1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.github.fakemongo : fongo | jar | 1.3.3 |
org.hamcrest : hamcrest-all | jar | 1.3 |