Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdorg.datapunch |
ArtifactId | ArtifactIdremote-shuffle-service-client-spark32 |
Version | Version0.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.datapunch/remote-shuffle-service-client-spark32/ -->
<dependency>
<groupId>org.datapunch</groupId>
<artifactId>remote-shuffle-service-client-spark32</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.datapunch/remote-shuffle-service-client-spark32/
implementation 'org.datapunch:remote-shuffle-service-client-spark32:0.0.11'
// https://jarcasting.com/artifacts/org.datapunch/remote-shuffle-service-client-spark32/
implementation ("org.datapunch:remote-shuffle-service-client-spark32:0.0.11")
'org.datapunch:remote-shuffle-service-client-spark32:jar:0.0.11'
<dependency org="org.datapunch" name="remote-shuffle-service-client-spark32" rev="0.0.11">
<artifact name="remote-shuffle-service-client-spark32" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datapunch', module='remote-shuffle-service-client-spark32', version='0.0.11')
)
libraryDependencies += "org.datapunch" % "remote-shuffle-service-client-spark32" % "0.0.11"
[org.datapunch/remote-shuffle-service-client-spark32 "0.0.11"]