GroupId | GroupIdcom.redhat.lightblue.mongo |
---|---|
ArtifactId | ArtifactIdmongo-common |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
mongo-common-0.9.0.pom | |
mongo-common-0.9.0.jar | 4 KB |
mongo-common-0.9.0-sources.jar | 2 KB |
mongo-common-0.9.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/mongo-common/ -->
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>mongo-common</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/mongo-common/
implementation 'com.redhat.lightblue.mongo:mongo-common:0.9.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/mongo-common/
implementation ("com.redhat.lightblue.mongo:mongo-common:0.9.0")
'com.redhat.lightblue.mongo:mongo-common:jar:0.9.0'
<dependency org="com.redhat.lightblue.mongo" name="mongo-common" rev="0.9.0">
<artifact name="mongo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.mongo', module='mongo-common', version='0.9.0')
)
libraryDependencies += "com.redhat.lightblue.mongo" % "mongo-common" % "0.9.0"
[com.redhat.lightblue.mongo/mongo-common "0.9.0"]