MVN

org.sakaiproject.kernel : test-harness

Maven & Gradle

Apr 22, 2016
5 usages

Sakai Test Harness

<dependency>
    <groupId>org.sakaiproject.kernel</groupId>
    <artifactId>test-harness</artifactId>
    <version>10.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.kernel : test-harness to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.7
  • Latest Release Candidate: 1.3.0-rc03

All Versions

Choose a version of org.sakaiproject.kernel : test-harness to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.7
test-harness-10.7
10.6
test-harness-10.6
10.4
test-harness-10.4
10.3
test-harness-10.3
10.2
test-harness-10.2
1.3.x
test-harness-1.3.3
test-harness-1.3.2
test-harness-1.3.1
test-harness-1.3.0
test-harness-1.3.0-rc03
test-harness-1.3.0-rc02
test-harness-1.3.0-rc01
test-harness-1.3.0-b07
test-harness-1.3.0-b06
test-harness-1.3.0-b04
test-harness-1.3.0-b03

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.kernel</groupId>
    <artifactId>test-harness</artifactId>
    <version>10.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.kernel : test-harness gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.kernel:test-harness:10.7'

Gradle Kotlin DSL: Add the following org.sakaiproject.kernel : test-harness gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.kernel:test-harness:10.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.kernel : test-harness sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.kernel" % "test-harness" % "10.7"

Advertisement