GroupId | GroupIdcom.github.mongoutils |
---|---|
ArtifactId | ArtifactIdmongo-collections |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
mongo-collections-1.1.pom | |
mongo-collections-1.1.jar | 19 KB |
mongo-collections-1.1-sources.jar | 8 KB |
mongo-collections-1.1-javadoc.jar | 89 KB |
Browse |
<!-- 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"]