Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdio.cdap.cdap |
ArtifactId | ArtifactIdcdap-spark-python |
Version | Version6.1.2 |
Type | Typejar |
Filename | Size |
---|---|
cdap-spark-python-6.1.2.pom | |
cdap-spark-python-6.1.2.jar | 8 KB |
cdap-spark-python-6.1.2-sources.jar | 2 KB |
cdap-spark-python-6.1.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.cdap/cdap-spark-python/ -->
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-spark-python</artifactId>
<version>6.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-spark-python/
implementation 'io.cdap.cdap:cdap-spark-python:6.1.2'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-spark-python/
implementation ("io.cdap.cdap:cdap-spark-python:6.1.2")
'io.cdap.cdap:cdap-spark-python:jar:6.1.2'
<dependency org="io.cdap.cdap" name="cdap-spark-python" rev="6.1.2">
<artifact name="cdap-spark-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-spark-python', version='6.1.2')
)
libraryDependencies += "io.cdap.cdap" % "cdap-spark-python" % "6.1.2"
[io.cdap.cdap/cdap-spark-python "6.1.2"]