GroupId | GroupIdio.cdap.cdap |
---|---|
ArtifactId | ArtifactIdhydrator-test |
Version | Version6.1.2 |
Type | Typejar |
Filename | Size |
---|---|
hydrator-test-6.1.2.pom | |
hydrator-test-6.1.2.jar | 153 KB |
hydrator-test-6.1.2-sources.jar | 82 KB |
hydrator-test-6.1.2-javadoc.jar | 544 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.cdap/hydrator-test/ -->
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>hydrator-test</artifactId>
<version>6.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/hydrator-test/
implementation 'io.cdap.cdap:hydrator-test:6.1.2'
// https://jarcasting.com/artifacts/io.cdap.cdap/hydrator-test/
implementation ("io.cdap.cdap:hydrator-test:6.1.2")
'io.cdap.cdap:hydrator-test:jar:6.1.2'
<dependency org="io.cdap.cdap" name="hydrator-test" rev="6.1.2">
<artifact name="hydrator-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='hydrator-test', version='6.1.2')
)
libraryDependencies += "io.cdap.cdap" % "hydrator-test" % "6.1.2"
[io.cdap.cdap/hydrator-test "6.1.2"]