o

org.carewebframework.webapp.testharness

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