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