Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdco.cask.cdap |
ArtifactId | ArtifactIdcdap-client-tests |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cdap-client-tests-4.2.0.pom | |
cdap-client-tests-4.2.0.jar | 34 KB |
cdap-client-tests-4.2.0-sources.jar | 19 KB |
cdap-client-tests-4.2.0-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.cdap/cdap-client-tests/ -->
<dependency>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-client-tests</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.cdap/cdap-client-tests/
implementation 'co.cask.cdap:cdap-client-tests:4.2.0'
// https://jarcasting.com/artifacts/co.cask.cdap/cdap-client-tests/
implementation ("co.cask.cdap:cdap-client-tests:4.2.0")
'co.cask.cdap:cdap-client-tests:jar:4.2.0'
<dependency org="co.cask.cdap" name="cdap-client-tests" rev="4.2.0">
<artifact name="cdap-client-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.cdap', module='cdap-client-tests', version='4.2.0')
)
libraryDependencies += "co.cask.cdap" % "cdap-client-tests" % "4.2.0"
[co.cask.cdap/cdap-client-tests "4.2.0"]