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