GroupId | GroupIdorg.hspconsortium.carewebframework |
---|---|
ArtifactId | ArtifactIdcwf-webapp-testharness |
Version | Version3.0.0-RC1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-webapp-testharness/ -->
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-webapp-testharness</artifactId>
<version>3.0.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-webapp-testharness/
implementation 'org.hspconsortium.carewebframework:cwf-webapp-testharness:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-webapp-testharness/
implementation ("org.hspconsortium.carewebframework:cwf-webapp-testharness:3.0.0-RC1")
'org.hspconsortium.carewebframework:cwf-webapp-testharness:war:3.0.0-RC1'
<dependency org="org.hspconsortium.carewebframework" name="cwf-webapp-testharness" rev="3.0.0-RC1">
<artifact name="cwf-webapp-testharness" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-webapp-testharness', version='3.0.0-RC1')
)
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-webapp-testharness" % "3.0.0-RC1"
[org.hspconsortium.carewebframework/cwf-webapp-testharness "3.0.0-RC1"]