GroupId | GroupIdcom.github.mongoutils |
---|---|
ArtifactId | ArtifactIdmongo-collections |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
mongo-collections-1.3.pom | |
mongo-collections-1.3.jar | 19 KB |
mongo-collections-1.3-sources.jar | 8 KB |
mongo-collections-1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation 'com.github.mongoutils:mongo-collections:1.3'
// https://jarcasting.com/artifacts/com.github.mongoutils/mongo-collections/
implementation ("com.github.mongoutils:mongo-collections:1.3")
'com.github.mongoutils:mongo-collections:jar:1.3'
<dependency org="com.github.mongoutils" name="mongo-collections" rev="1.3">
<artifact name="mongo-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mongoutils', module='mongo-collections', version='1.3')
)
libraryDependencies += "com.github.mongoutils" % "mongo-collections" % "1.3"
[com.github.mongoutils/mongo-collections "1.3"]