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