MVN

org.jasig.openregistry : openregistry-test-support

Maven & Gradle

Jan 16, 2013
5 usages

OpenRegistry Test Support

<dependency>
    <groupId>org.jasig.openregistry</groupId>
    <artifactId>openregistry-test-support</artifactId>
    <version>0.9.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.openregistry : openregistry-test-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2.1

All Versions

Choose a version of org.jasig.openregistry : openregistry-test-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
openregistry-test-support-0.9.2.1
openregistry-test-support-0.9.2
openregistry-test-support-0.9.1
0.9
openregistry-test-support-0.9
0.8.x
openregistry-test-support-0.8.9
0.1
openregistry-test-support-0.1-M4
openregistry-test-support-0.1-M3.1
openregistry-test-support-0.1-M3

How to add a dependency to Maven

Add the following org.jasig.openregistry : openregistry-test-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jasig.openregistry</groupId>
    <artifactId>openregistry-test-support</artifactId>
    <version>0.9.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.openregistry : openregistry-test-support gradle dependency to your build.gradle file:

implementation 'org.jasig.openregistry:openregistry-test-support:0.9.2.1'

Gradle Kotlin DSL: Add the following org.jasig.openregistry : openregistry-test-support gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.openregistry:openregistry-test-support:0.9.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.openregistry : openregistry-test-support sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.openregistry" % "openregistry-test-support" % "0.9.2.1"