GroupId | GroupIdcom.redhat.lightblue.mongo |
---|---|
ArtifactId | ArtifactIdlightblue-mongo-test |
Version | Version1.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/lightblue-mongo-test/ -->
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-test</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/lightblue-mongo-test/
implementation 'com.redhat.lightblue.mongo:lightblue-mongo-test:1.8.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/lightblue-mongo-test/
implementation ("com.redhat.lightblue.mongo:lightblue-mongo-test:1.8.0")
'com.redhat.lightblue.mongo:lightblue-mongo-test:jar:1.8.0'
<dependency org="com.redhat.lightblue.mongo" name="lightblue-mongo-test" rev="1.8.0">
<artifact name="lightblue-mongo-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.mongo', module='lightblue-mongo-test', version='1.8.0')
)
libraryDependencies += "com.redhat.lightblue.mongo" % "lightblue-mongo-test" % "1.8.0"
[com.redhat.lightblue.mongo/lightblue-mongo-test "1.8.0"]