Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.eagle6688 |
ArtifactId | ArtifactIddevutility.external.mongo |
Version | Version2.0.6.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.mongo/ -->
<dependency>
<groupId>com.github.eagle6688</groupId>
<artifactId>devutility.external.mongo</artifactId>
<version>2.0.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.mongo/
implementation 'com.github.eagle6688:devutility.external.mongo:2.0.6.6'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.mongo/
implementation ("com.github.eagle6688:devutility.external.mongo:2.0.6.6")
'com.github.eagle6688:devutility.external.mongo:jar:2.0.6.6'
<dependency org="com.github.eagle6688" name="devutility.external.mongo" rev="2.0.6.6">
<artifact name="devutility.external.mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.external.mongo', version='2.0.6.6')
)
libraryDependencies += "com.github.eagle6688" % "devutility.external.mongo" % "2.0.6.6"
[com.github.eagle6688/devutility.external.mongo "2.0.6.6"]