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