MVN

org.ow2.authzforce : authzforce-ce-server-rest-service

Maven & Gradle

Jun 09, 2022
53 stars

org.ow2.authzforce:authzforce-ce-server-rest-service · Implementation of RESTful API defined by authzforce-ce-rest-api-model package

<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-ce-server-rest-service</artifactId>
    <version>11.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.authzforce : authzforce-ce-server-rest-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.1

All Versions

Choose a version of org.ow2.authzforce : authzforce-ce-server-rest-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
authzforce-ce-server-rest-service-11.0.1
authzforce-ce-server-rest-service-11.0.0
10.1.x
authzforce-ce-server-rest-service-10.1.1
authzforce-ce-server-rest-service-10.1.0
10.0.x
authzforce-ce-server-rest-service-10.0.0
9.0.x
authzforce-ce-server-rest-service-9.0.1
authzforce-ce-server-rest-service-9.0.0
8.1.x
authzforce-ce-server-rest-service-8.1.0
8.0.x
authzforce-ce-server-rest-service-8.0.1
authzforce-ce-server-rest-service-8.0.0
7.1.x
authzforce-ce-server-rest-service-7.1.0
7.0.x
authzforce-ce-server-rest-service-7.0.0
6.0.x
authzforce-ce-server-rest-service-6.0.0
5.4.x
authzforce-ce-server-rest-service-5.4.1
authzforce-ce-server-rest-service-5.4.0
5.3.x
authzforce-ce-server-rest-service-5.3.0
5.2.x
authzforce-ce-server-rest-service-5.2.0
5.1.x
authzforce-ce-server-rest-service-5.1.2
4.4.x
authzforce-ce-server-rest-service-4.4.1
authzforce-ce-server-rest-service-4.4.0
4.3.x
authzforce-ce-server-rest-service-4.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-ce-server-rest-service</artifactId>
    <version>11.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.authzforce : authzforce-ce-server-rest-service gradle dependency to your build.gradle file:

implementation 'org.ow2.authzforce:authzforce-ce-server-rest-service:11.0.1'

Gradle Kotlin DSL: Add the following org.ow2.authzforce : authzforce-ce-server-rest-service gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.authzforce:authzforce-ce-server-rest-service:11.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.authzforce : authzforce-ce-server-rest-service sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.authzforce" % "authzforce-ce-server-rest-service" % "11.0.1"