MVN

org.ow2.authzforce : authzforce-ce-pap-dao-flat-file

Maven & Gradle

Mar 27, 2022
1 usages

org.ow2.authzforce:authzforce-ce-pap-dao-flat-file · AuthzForce CE - PAP DAO implementation based on flat file database

<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-ce-pap-dao-flat-file</artifactId>
    <version>14.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.authzforce : authzforce-ce-pap-dao-flat-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.0.0

All Versions

Choose a version of org.ow2.authzforce : authzforce-ce-pap-dao-flat-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.0.x
authzforce-ce-pap-dao-flat-file-14.0.0
13.0.x
authzforce-ce-pap-dao-flat-file-13.0.2
authzforce-ce-pap-dao-flat-file-13.0.1
authzforce-ce-pap-dao-flat-file-13.0.0
12.0.x
authzforce-ce-pap-dao-flat-file-12.0.0
11.0.x
authzforce-ce-pap-dao-flat-file-11.0.0
10.1.x
authzforce-ce-pap-dao-flat-file-10.1.0
10.0.x
authzforce-ce-pap-dao-flat-file-10.0.0
9.1.x
authzforce-ce-pap-dao-flat-file-9.1.0
8.1.x
authzforce-ce-pap-dao-flat-file-8.1.0
8.0.x
authzforce-ce-pap-dao-flat-file-8.0.0
7.0.x
authzforce-ce-pap-dao-flat-file-7.0.0
6.1.x
authzforce-ce-pap-dao-flat-file-6.1.0
6.0.x
authzforce-ce-pap-dao-flat-file-6.0.1
authzforce-ce-pap-dao-flat-file-6.0.0
5.1.x
authzforce-ce-pap-dao-flat-file-5.1.0
5.0.x
authzforce-ce-pap-dao-flat-file-5.0.2
authzforce-ce-pap-dao-flat-file-5.0.1
authzforce-ce-pap-dao-flat-file-5.0.0
4.0.x
authzforce-ce-pap-dao-flat-file-4.0.0

How to add a dependency to Maven

Add the following org.ow2.authzforce : authzforce-ce-pap-dao-flat-file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-ce-pap-dao-flat-file</artifactId>
    <version>14.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.authzforce : authzforce-ce-pap-dao-flat-file gradle dependency to your build.gradle file:

implementation 'org.ow2.authzforce:authzforce-ce-pap-dao-flat-file:14.0.0'

Gradle Kotlin DSL: Add the following org.ow2.authzforce : authzforce-ce-pap-dao-flat-file gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.authzforce:authzforce-ce-pap-dao-flat-file:14.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.authzforce : authzforce-ce-pap-dao-flat-file sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.authzforce" % "authzforce-ce-pap-dao-flat-file" % "14.0.0"