MVN

net.trajano.ms.app : sample-authz

Maven & Gradle

May 23, 2018

Sample Authorization Microservice · This microservice is used to do provide an authorization endpoint. It acts as an OAuth token handler to handle JWT, access token and refresh token grant types.

<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>sample-authz</artifactId>
    <version>1.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.trajano.ms.app : sample-authz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.18

All Versions

Choose a version of net.trajano.ms.app : sample-authz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sample-authz-1.1.18
sample-authz-1.1.15
sample-authz-1.1.12
sample-authz-1.1.11
sample-authz-1.1.10
sample-authz-1.1.7
sample-authz-1.1.6
sample-authz-1.1.5
sample-authz-1.1.3
sample-authz-1.1.0
1.0.x
sample-authz-1.0.2
sample-authz-1.0.0
0.0.x
sample-authz-0.0.9
sample-authz-0.0.8
sample-authz-0.0.7
sample-authz-0.0.5

How to add a dependency to Maven

Add the following net.trajano.ms.app : sample-authz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>sample-authz</artifactId>
    <version>1.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.trajano.ms.app : sample-authz gradle dependency to your build.gradle file:

implementation 'net.trajano.ms.app:sample-authz:1.1.18'

Gradle Kotlin DSL: Add the following net.trajano.ms.app : sample-authz gradle kotlin dependency to your build.gradle.kts file:

implementation("net.trajano.ms.app:sample-authz:1.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.trajano.ms.app : sample-authz sbt scala dependency to your build.sbt file:

libraryDependencies += "net.trajano.ms.app" % "sample-authz" % "1.1.18"