Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.kryshchuk.imcollector |
ArtifactId | ArtifactIdimcollector-auth-mongodb |
Version | Version1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kryshchuk.imcollector/imcollector-auth-mongodb/ -->
<dependency>
<groupId>com.kryshchuk.imcollector</groupId>
<artifactId>imcollector-auth-mongodb</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kryshchuk.imcollector/imcollector-auth-mongodb/
implementation 'com.kryshchuk.imcollector:imcollector-auth-mongodb:1.4'
// https://jarcasting.com/artifacts/com.kryshchuk.imcollector/imcollector-auth-mongodb/
implementation ("com.kryshchuk.imcollector:imcollector-auth-mongodb:1.4")
'com.kryshchuk.imcollector:imcollector-auth-mongodb:jar:1.4'
<dependency org="com.kryshchuk.imcollector" name="imcollector-auth-mongodb" rev="1.4">
<artifact name="imcollector-auth-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kryshchuk.imcollector', module='imcollector-auth-mongodb', version='1.4')
)
libraryDependencies += "com.kryshchuk.imcollector" % "imcollector-auth-mongodb" % "1.4"
[com.kryshchuk.imcollector/imcollector-auth-mongodb "1.4"]