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