<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-data-processing-container</artifactId>
<version>1.5.0-84</version>
</dependency>
implementation group: 'com.github.cafdataprocessing', name: 'worker-data-processing-container', version: '1.5.0-84'
implementation 'com.github.cafdataprocessing:worker-data-processing-container:1.5.0-84'
implementation("com.github.cafdataprocessing:worker-data-processing-container:1.5.0-84")
libraryDependencies += "com.github.cafdataprocessing" % "worker-data-processing-container" % "1.5.0-84"
<dependency org="com.github.cafdataprocessing" name="worker-data-processing-container" rev="1.5.0-84"/>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-data-processing-container', version='1.5.0-84')
)
[com.github.cafdataprocessing/worker-data-processing-container "1.5.0-84"]
'com.github.cafdataprocessing:worker-data-processing-container:jar:1.5.0-84'