MVN

org.openidentityplatform.commons.guice : test

Maven & Gradle

Nov 29, 2022
9 usages

org.openidentityplatform.commons.guice.test · Open Identity Platform CommunityGuice Test Library

<dependency>
    <groupId>org.openidentityplatform.commons.guice</groupId>
    <artifactId>test</artifactId>
    <version>2.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.commons.guice : test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.17

All Versions

Choose a version of org.openidentityplatform.commons.guice : test to add to Maven or Gradle - All Versions:

  • Version Updated
  • test-2.0.17

    Nov 29, 2022
  • test-2.0.16

    Aug 02, 2022
  • test-2.0.15

    May 31, 2022
  • test-2.0.14

    Apr 19, 2022
  • test-2.0.13

    Apr 08, 2022
  • test-2.0.12

    Jun 16, 2021
  • test-2.0.11

    Feb 08, 2021
  • test-2.0.10

    Dec 30, 2020
  • test-2.0.9

    Nov 10, 2020
  • test-2.0.8

    Nov 09, 2020
  • test-2.0.7

    Sep 14, 2020

How to add a dependency to Maven

Add the following org.openidentityplatform.commons.guice : test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openidentityplatform.commons.guice</groupId>
    <artifactId>test</artifactId>
    <version>2.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.commons.guice : test gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.commons.guice:test:2.0.17'

Gradle Kotlin DSL: Add the following org.openidentityplatform.commons.guice : test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.commons.guice:test:2.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.commons.guice : test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.commons.guice" % "test" % "2.0.17"