GroupId | GroupIdorg.carewebframework |
---|---|
ArtifactId | ArtifactIdorg.carewebframework.testharness |
Version | Version5.0.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.testharness/ -->
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.testharness</artifactId>
<version>5.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.testharness/
implementation 'org.carewebframework:org.carewebframework.testharness:5.0.0-RC4'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.testharness/
implementation ("org.carewebframework:org.carewebframework.testharness:5.0.0-RC4")
'org.carewebframework:org.carewebframework.testharness:jar:5.0.0-RC4'
<dependency org="org.carewebframework" name="org.carewebframework.testharness" rev="5.0.0-RC4">
<artifact name="org.carewebframework.testharness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.testharness', version='5.0.0-RC4')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.testharness" % "5.0.0-RC4"
[org.carewebframework/org.carewebframework.testharness "5.0.0-RC4"]