Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdprocessing-service-client |
Version | Version1.2.0-49 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-client/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-client</artifactId>
<version>1.2.0-49</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-client/
implementation 'com.github.cafdataprocessing:processing-service-client:1.2.0-49'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-client/
implementation ("com.github.cafdataprocessing:processing-service-client:1.2.0-49")
'com.github.cafdataprocessing:processing-service-client:jar:1.2.0-49'
<dependency org="com.github.cafdataprocessing" name="processing-service-client" rev="1.2.0-49">
<artifact name="processing-service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='processing-service-client', version='1.2.0-49')
)
libraryDependencies += "com.github.cafdataprocessing" % "processing-service-client" % "1.2.0-49"
[com.github.cafdataprocessing/processing-service-client "1.2.0-49"]