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