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