GroupId | GroupIdorg.ow2.authzforce |
---|---|
ArtifactId | ArtifactIdauthzforce-ce-jaxrs-utils |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-jaxrs-utils/ -->
<dependency>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-jaxrs-utils</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-jaxrs-utils/
implementation 'org.ow2.authzforce:authzforce-ce-jaxrs-utils:1.3.0'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-jaxrs-utils/
implementation ("org.ow2.authzforce:authzforce-ce-jaxrs-utils:1.3.0")
'org.ow2.authzforce:authzforce-ce-jaxrs-utils:jar:1.3.0'
<dependency org="org.ow2.authzforce" name="authzforce-ce-jaxrs-utils" rev="1.3.0">
<artifact name="authzforce-ce-jaxrs-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.authzforce', module='authzforce-ce-jaxrs-utils', version='1.3.0')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-ce-jaxrs-utils" % "1.3.0"
[org.ow2.authzforce/authzforce-ce-jaxrs-utils "1.3.0"]