MVN

org.pac4j.jax-rs : testing

Maven & Gradle

Jun 08, 2023
43 stars
<dependency>
    <groupId>org.pac4j.jax-rs</groupId>
    <artifactId>testing</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pac4j.jax-rs : testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of org.pac4j.jax-rs : testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
testing-6.0.0
5.0.x
testing-5.0.0
4.0.x
testing-4.0.0
3.0.x
testing-3.0.3
testing-3.0.2
testing-3.0.1
testing-3.0.0
testing-3.0.0-RC1
2.3.x
testing-2.3.0
2.2.x
testing-2.2.0

How to add a dependency to Maven

Add the following org.pac4j.jax-rs : testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pac4j.jax-rs</groupId>
    <artifactId>testing</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pac4j.jax-rs : testing gradle dependency to your build.gradle file:

implementation 'org.pac4j.jax-rs:testing:6.0.0'

Gradle Kotlin DSL: Add the following org.pac4j.jax-rs : testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pac4j.jax-rs:testing:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pac4j.jax-rs : testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pac4j.jax-rs" % "testing" % "6.0.0"