MVN

com.authlete : authlete-java-client-jaxrs

Maven & Gradle

Oct 06, 2015

The implementation of AuthleteApi using JAX-RS 2.0 client API.

<dependency>
    <groupId>com.authlete</groupId>
    <artifactId>authlete-java-client-jaxrs</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.authlete : authlete-java-client-jaxrs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.authlete : authlete-java-client-jaxrs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
authlete-java-client-jaxrs-1.3
1.2
authlete-java-client-jaxrs-1.2
1.1
authlete-java-client-jaxrs-1.1
1.0
authlete-java-client-jaxrs-1.0

How to add a dependency to Maven

Add the following com.authlete : authlete-java-client-jaxrs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.authlete</groupId>
    <artifactId>authlete-java-client-jaxrs</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.authlete : authlete-java-client-jaxrs gradle dependency to your build.gradle file:

implementation 'com.authlete:authlete-java-client-jaxrs:1.3'

Gradle Kotlin DSL: Add the following com.authlete : authlete-java-client-jaxrs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.authlete:authlete-java-client-jaxrs:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.authlete : authlete-java-client-jaxrs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.authlete" % "authlete-java-client-jaxrs" % "1.3"

Advertisement