p

processing-service-client

Built as an example only - consumers should generate their own client tailored as required.
EntIT Software LLC, a Micro Focus company
Files download
File Operation
processing-service-client-1.6.0-1.jar download
processing-service-client-1.6.0-1.pom download
processing-service-client-1.6.0-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>processing-service-client</artifactId>
  <version>1.6.0-1</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:processing-service-client:1.6.0-1'
Gradle Kotlin
implementation("com.github.cafdataprocessing:processing-service-client:1.6.0-1")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "processing-service-client" % "1.6.0-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='processing-service-client', version='1.6.0-1')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="processing-service-client" rev="1.6.0-1" />
Leiningen
[com.github.cafdataprocessing/processing-service-client "1.6.0-1"]
Apache Buildr
'com.github.cafdataprocessing:processing-service-client:jar:1.6.0-1'