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