<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>classification-service-container</artifactId>
<version>1.2.0-24</version>
</dependency>
implementation group: 'com.github.cafdataprocessing', name: 'classification-service-container', version: '1.2.0-24'
implementation 'com.github.cafdataprocessing:classification-service-container:1.2.0-24'
implementation("com.github.cafdataprocessing:classification-service-container:1.2.0-24")
libraryDependencies += "com.github.cafdataprocessing" % "classification-service-container" % "1.2.0-24"
<dependency org="com.github.cafdataprocessing" name="classification-service-container" rev="1.2.0-24"/>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='classification-service-container', version='1.2.0-24')
)
[com.github.cafdataprocessing/classification-service-container "1.2.0-24"]
'com.github.cafdataprocessing:classification-service-container:jar:1.2.0-24'