<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.webapp.testharness</artifactId>
<version>5.0.0-RC5</version>
<type>war</type>
</dependency>
implementation 'org.carewebframework:org.carewebframework.webapp.testharness:5.0.0-RC5'
implementation("org.carewebframework:org.carewebframework.webapp.testharness:5.0.0-RC5")
libraryDependencies += "org.carewebframework" % "org.carewebframework.webapp.testharness" % "5.0.0-RC5"
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.webapp.testharness', version='5.0.0-RC5')
)
<dependency org="org.carewebframework" name="org.carewebframework.webapp.testharness" rev="5.0.0-RC5" />
<parent> <groupId>org.carewebframework</groupId> <artifactId>org.carewebframework.webapp-parent</artifactId> <version>5.0.0-RC5</version> </parent>
compile
|-- org.carewebframework:org.carewebframework.plugin.mockup
|-- org.carewebframework:org.carewebframework.plugin.infopanel
|-- org.carewebframework:org.carewebframework.plugin.currentdatetime
|-- org.carewebframework:org.carewebframework.plugin.eventtesting
|-- org.carewebframework:org.carewebframework.plugin.messagetesting
|-- org.carewebframework:org.carewebframework.plugin.chat
|-- org.carewebframework:org.carewebframework.plugin.userheader
|-- org.carewebframework:org.carewebframework.plugin.statuspanel
|-- org.carewebframework:org.carewebframework.ui.popupsupport
|-- org.carewebframework:${org.carewebframework.security.profile}
|-- org.carewebframework:org.carewebframework.hibernate.h2
|-- org.carewebframework:org.carewebframework.hibernate.property
|-- org.carewebframework:org.carewebframework.testharness
|-- org.carewebframework:org.carewebframework.theme.bootstrap