License |
License |
---|---|
GroupId | GroupIdcom.github.mongoutils |
ArtifactId | ArtifactIdmongo-collections |
Version | Version1.4 |
Type | Typejar |
Description |
Descriptionmongo-collections
Java Collections backed by mongodb (https://github.com/mongodb).
|
Filename | Size |
---|---|
mongo-collections-1.4.pom | |
mongo-collections-1.4.jar | 50 KB |
mongo-collections-1.4-sources.jar | 27 KB |
mongo-collections-1.4-javadoc.jar | 289 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/ -->
<dependency>
<groupId>com.github.mongoutils</groupId>
<artifactId>mongo-collections</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation 'com.github.mongoutils:mongo-collections:1.4'
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation ("com.github.mongoutils:mongo-collections:1.4")
'com.github.mongoutils:mongo-collections:jar:1.4'
<dependency org="com.github.mongoutils" name="mongo-collections" rev="1.4">
<artifact name="mongo-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mongoutils', module='mongo-collections', version='1.4')
)
libraryDependencies += "com.github.mongoutils" % "mongo-collections" % "1.4"
[com.github.mongoutils/mongo-collections "1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.0.5 |
org.mongodb : mongo-java-driver | jar | 2.8.0 |
org.slf4j : slf4j-api | jar | 1.6.4 |
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |