MVN

org.opencastproject : opencast-security-jwt

Maven & Gradle

Aug 23, 2023
336 stars

Opencast :: security-jwt

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-security-jwt</artifactId>
    <version>14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencastproject : opencast-security-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.3

All Versions

Choose a version of org.opencastproject : opencast-security-jwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.3
opencast-security-jwt-14.3
14.2
opencast-security-jwt-14.2
14.1
opencast-security-jwt-14.1
14.0
opencast-security-jwt-14.0
13.10
opencast-security-jwt-13.10
13.8
opencast-security-jwt-13.8
13.7
opencast-security-jwt-13.7
13.6
opencast-security-jwt-13.6
13.4
opencast-security-jwt-13.4
13.2
opencast-security-jwt-13.2
13.1
opencast-security-jwt-13.1
13.0
opencast-security-jwt-13.0
12.13
opencast-security-jwt-12.13
12.12
opencast-security-jwt-12.12
12.11
opencast-security-jwt-12.11
12.9
opencast-security-jwt-12.9
12.8
opencast-security-jwt-12.8
12.7
opencast-security-jwt-12.7
12.6
opencast-security-jwt-12.6
12.5
opencast-security-jwt-12.5
12.3
opencast-security-jwt-12.3
12.2
opencast-security-jwt-12.2
12.1
opencast-security-jwt-12.1
12.0
opencast-security-jwt-12.0
11.11
opencast-security-jwt-11.11
11.10
opencast-security-jwt-11.10
11.9
opencast-security-jwt-11.9
11.8
opencast-security-jwt-11.8
11.7
opencast-security-jwt-11.7
11.6
opencast-security-jwt-11.6
11.5
opencast-security-jwt-11.5
11.4
opencast-security-jwt-11.4
11.3
opencast-security-jwt-11.3
11.2
opencast-security-jwt-11.2
11.1
opencast-security-jwt-11.1
11.0
opencast-security-jwt-11.0
10.12
opencast-security-jwt-10.12
10.11
opencast-security-jwt-10.11
10.10
opencast-security-jwt-10.10
10.9
opencast-security-jwt-10.9
10.8
opencast-security-jwt-10.8
10.7
opencast-security-jwt-10.7
10.6
opencast-security-jwt-10.6
10.5
opencast-security-jwt-10.5
10.4
opencast-security-jwt-10.4
10.3
opencast-security-jwt-10.3
10.2
opencast-security-jwt-10.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-security-jwt</artifactId>
    <version>14.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencastproject : opencast-security-jwt gradle dependency to your build.gradle file:

implementation 'org.opencastproject:opencast-security-jwt:14.3'

Gradle Kotlin DSL: Add the following org.opencastproject : opencast-security-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencastproject:opencast-security-jwt:14.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencastproject : opencast-security-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencastproject" % "opencast-security-jwt" % "14.3"