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