Categories |
CategoriesMongoDB Data Databases Native Development Tools |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdexample-uno-es-mongodb-native |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-uno-es-mongodb-native/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-uno-es-mongodb-native</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-uno-es-mongodb-native/
implementation 'org.occurrent:example-uno-es-mongodb-native:0.12.0'
// https://jarcasting.com/artifacts/org.occurrent/example-uno-es-mongodb-native/
implementation ("org.occurrent:example-uno-es-mongodb-native:0.12.0")
'org.occurrent:example-uno-es-mongodb-native:jar:0.12.0'
<dependency org="org.occurrent" name="example-uno-es-mongodb-native" rev="0.12.0">
<artifact name="example-uno-es-mongodb-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-uno-es-mongodb-native', version='0.12.0')
)
libraryDependencies += "org.occurrent" % "example-uno-es-mongodb-native" % "0.12.0"
[org.occurrent/example-uno-es-mongodb-native "0.12.0"]