MVN

org.trellisldp : trellis-auth-jwt

Maven & Gradle

May 21, 2020
1 usages
104 stars

Trellis Linked Data Server · The core components for a Trellis linked data server

<dependency>
    <groupId>org.trellisldp</groupId>
    <artifactId>trellis-auth-jwt</artifactId>
    <version>0.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.trellisldp : trellis-auth-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.3

All Versions

Choose a version of org.trellisldp : trellis-auth-jwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
trellis-auth-jwt-0.11.3
trellis-auth-jwt-0.11.2
trellis-auth-jwt-0.11.1
trellis-auth-jwt-0.11.0
0.10.x
trellis-auth-jwt-0.10.3
trellis-auth-jwt-0.10.2
trellis-auth-jwt-0.10.1
trellis-auth-jwt-0.10.0
0.9.x
trellis-auth-jwt-0.9.7
trellis-auth-jwt-0.9.4
trellis-auth-jwt-0.9.3
trellis-auth-jwt-0.9.2
trellis-auth-jwt-0.9.1
trellis-auth-jwt-0.9.0

How to add a dependency to Maven

Add the following org.trellisldp : trellis-auth-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.trellisldp</groupId>
    <artifactId>trellis-auth-jwt</artifactId>
    <version>0.11.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.trellisldp : trellis-auth-jwt gradle dependency to your build.gradle file:

implementation 'org.trellisldp:trellis-auth-jwt:0.11.3'

Gradle Kotlin DSL: Add the following org.trellisldp : trellis-auth-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.trellisldp:trellis-auth-jwt:0.11.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.trellisldp : trellis-auth-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.trellisldp" % "trellis-auth-jwt" % "0.11.3"