GroupId | GroupIdcom.github.mongoutils |
---|---|
ArtifactId | ArtifactIdmongo-collections |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
mongo-collections-1.2.pom | |
mongo-collections-1.2.jar | 20 KB |
mongo-collections-1.2-sources.jar | 8 KB |
mongo-collections-1.2-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/ -->
<dependency>
<groupId>com.github.mongoutils</groupId>
<artifactId>mongo-collections</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation 'com.github.mongoutils:mongo-collections:1.2'
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation ("com.github.mongoutils:mongo-collections:1.2")
'com.github.mongoutils:mongo-collections:jar:1.2'
<dependency org="com.github.mongoutils" name="mongo-collections" rev="1.2">
<artifact name="mongo-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mongoutils', module='mongo-collections', version='1.2')
)
libraryDependencies += "com.github.mongoutils" % "mongo-collections" % "1.2"
[com.github.mongoutils/mongo-collections "1.2"]