is not current version
Last Version 1.4

com.github.mongoutils:mongo-collections 1.1

Java Collections backed by mongodb (https://github.com/mongodb).

GroupId

GroupId

com.github.mongoutils
ArtifactId

ArtifactId

mongo-collections
Version

Version

1.1
Type

Type

jar

Download mongo-collections 1.1


<!-- https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/ -->
<dependency>
    <groupId>com.github.mongoutils</groupId>
    <artifactId>mongo-collections</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation 'com.github.mongoutils:mongo-collections:1.1'
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation ("com.github.mongoutils:mongo-collections:1.1")
'com.github.mongoutils:mongo-collections:jar:1.1'
<dependency org="com.github.mongoutils" name="mongo-collections" rev="1.1">
  <artifact name="mongo-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mongoutils', module='mongo-collections', version='1.1')
)
libraryDependencies += "com.github.mongoutils" % "mongo-collections" % "1.1"
[com.github.mongoutils/mongo-collections "1.1"]