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