Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.kryshchuk.imcollector |
ArtifactId | ArtifactIdimcollector-auth-mongodb |
Version | Version1.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kryshchuk.imcollector/imcollector-auth-mongodb/
implementation 'com.kryshchuk.imcollector:imcollector-auth-mongodb:1.2'
// https://jarcasting.com/artifacts/com.kryshchuk.imcollector/imcollector-auth-mongodb/
implementation ("com.kryshchuk.imcollector:imcollector-auth-mongodb:1.2")
'com.kryshchuk.imcollector:imcollector-auth-mongodb:jar:1.2'
<dependency org="com.kryshchuk.imcollector" name="imcollector-auth-mongodb" rev="1.2">
<artifact name="imcollector-auth-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kryshchuk.imcollector', module='imcollector-auth-mongodb', version='1.2')
)
libraryDependencies += "com.kryshchuk.imcollector" % "imcollector-auth-mongodb" % "1.2"
[com.kryshchuk.imcollector/imcollector-auth-mongodb "1.2"]