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