o

org.carewebframework.webapp.testharness

Plugin Test Harness for the CareWeb Framework.
Files download
File Operation
org.carewebframework.webapp.testharness-6.1.0-RC4.pom download
org.carewebframework.webapp.testharness-6.1.0-RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.carewebframework</groupId>
  <artifactId>org.carewebframework.webapp.testharness</artifactId>
  <version>6.1.0-RC4</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.carewebframework:org.carewebframework.webapp.testharness:6.1.0-RC4'
Gradle Kotlin
implementation("org.carewebframework:org.carewebframework.webapp.testharness:6.1.0-RC4")
Scala SBT
libraryDependencies += "org.carewebframework" % "org.carewebframework.webapp.testharness" % "6.1.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.carewebframework', module='org.carewebframework.webapp.testharness', version='6.1.0-RC4')
)
Apache Ivy
<dependency org="org.carewebframework" name="org.carewebframework.webapp.testharness" rev="6.1.0-RC4" />
Leiningen
[org.carewebframework/org.carewebframework.webapp.testharness "6.1.0-RC4"]
Apache Buildr
'org.carewebframework:org.carewebframework.webapp.testharness:jar:6.1.0-RC4'