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