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