| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.redhat.lightblue.rest |
| ArtifactId | ArtifactIdrest-metadata-cert-auth |
| Version | Version0.9.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rest-metadata-cert-auth-0.9.0.pom | |
| rest-metadata-cert-auth-0.9.0.war | 12 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.rest/rest-metadata-cert-auth/ -->
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>rest-metadata-cert-auth</artifactId>
<version>0.9.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.rest/rest-metadata-cert-auth/
implementation 'com.redhat.lightblue.rest:rest-metadata-cert-auth:0.9.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.rest/rest-metadata-cert-auth/
implementation ("com.redhat.lightblue.rest:rest-metadata-cert-auth:0.9.0")
'com.redhat.lightblue.rest:rest-metadata-cert-auth:war:0.9.0'
<dependency org="com.redhat.lightblue.rest" name="rest-metadata-cert-auth" rev="0.9.0">
<artifact name="rest-metadata-cert-auth" type="war" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.rest', module='rest-metadata-cert-auth', version='0.9.0')
)
libraryDependencies += "com.redhat.lightblue.rest" % "rest-metadata-cert-auth" % "0.9.0"
[com.redhat.lightblue.rest/rest-metadata-cert-auth "0.9.0"]