GroupId | GroupIdorg.ow2.authzforce |
---|---|
ArtifactId | ArtifactIdauthzforce-ce-pap-dao-flat-file |
Version | Version13.0.1 |
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>13.0.1</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:13.0.1'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-pap-dao-flat-file/
implementation ("org.ow2.authzforce:authzforce-ce-pap-dao-flat-file:13.0.1")
'org.ow2.authzforce:authzforce-ce-pap-dao-flat-file:jar:13.0.1'
<dependency org="org.ow2.authzforce" name="authzforce-ce-pap-dao-flat-file" rev="13.0.1">
<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='13.0.1')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-ce-pap-dao-flat-file" % "13.0.1"
[org.ow2.authzforce/authzforce-ce-pap-dao-flat-file "13.0.1"]