Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.xpatterns |
ArtifactId | ArtifactIdspark-job-rest-client |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xpatterns/spark-job-rest-client/ -->
<dependency>
<groupId>com.xpatterns</groupId>
<artifactId>spark-job-rest-client</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xpatterns/spark-job-rest-client/
implementation 'com.xpatterns:spark-job-rest-client:0.3.0'
// https://jarcasting.com/artifacts/com.xpatterns/spark-job-rest-client/
implementation ("com.xpatterns:spark-job-rest-client:0.3.0")
'com.xpatterns:spark-job-rest-client:jar:0.3.0'
<dependency org="com.xpatterns" name="spark-job-rest-client" rev="0.3.0">
<artifact name="spark-job-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xpatterns', module='spark-job-rest-client', version='0.3.0')
)
libraryDependencies += "com.xpatterns" % "spark-job-rest-client" % "0.3.0"
[com.xpatterns/spark-job-rest-client "0.3.0"]