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