MVN

com.aserto : java-authorizer

Maven & Gradle

Apr 19, 2023
2 stars

com.aserto:java-authorizer · A lowe level client generated from the GRPC bindings

<dependency>
    <groupId>com.aserto</groupId>
    <artifactId>java-authorizer</artifactId>
    <version>0.20.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aserto : java-authorizer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.5

All Versions

Choose a version of com.aserto : java-authorizer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
java-authorizer-1.0.5
java-authorizer-1.0.4
java-authorizer-1.0.3
java-authorizer-1.0.2
java-authorizer-1.0.1
java-authorizer-1.0.0
0.20.x
java-authorizer-0.20.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aserto</groupId>
    <artifactId>java-authorizer</artifactId>
    <version>0.20.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aserto : java-authorizer gradle dependency to your build.gradle file:

implementation 'com.aserto:java-authorizer:0.20.5'

Gradle Kotlin DSL: Add the following com.aserto : java-authorizer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aserto:java-authorizer:0.20.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aserto : java-authorizer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aserto" % "java-authorizer" % "0.20.5"