MVN

org.eurekaclinical : cas-mock

Maven & Gradle

Aug 11, 2020
1 stars

CAS Mock · Mock CAS Server for use in testing.

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>cas-mock</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eurekaclinical : cas-mock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4
  • Latest Beta: 2.1-Beta-1
  • Latest Alpha: 1.0-Alpha-3

All Versions

Choose a version of org.eurekaclinical : cas-mock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
cas-mock-2.4
2.3
cas-mock-2.3
2.1
cas-mock-2.1
cas-mock-2.1-Beta-1
2.0
cas-mock-2.0
1.0
cas-mock-1.0
cas-mock-1.0-Alpha-3
cas-mock-1.0-Alpha-2
cas-mock-1.0-Alpha-1

How to add a dependency to Maven

Add the following org.eurekaclinical : cas-mock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>cas-mock</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eurekaclinical : cas-mock gradle dependency to your build.gradle file:

implementation 'org.eurekaclinical:cas-mock:2.4'

Gradle Kotlin DSL: Add the following org.eurekaclinical : cas-mock gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eurekaclinical:cas-mock:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eurekaclinical : cas-mock sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eurekaclinical" % "cas-mock" % "2.4"

Advertisement