Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdworker-batch-ingestion-plugin |
Version | Version1.1.1-512 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-batch-ingestion-plugin/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-batch-ingestion-plugin</artifactId>
<version>1.1.1-512</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-batch-ingestion-plugin/
implementation 'com.github.cafdataprocessing:worker-batch-ingestion-plugin:1.1.1-512'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-batch-ingestion-plugin/
implementation ("com.github.cafdataprocessing:worker-batch-ingestion-plugin:1.1.1-512")
'com.github.cafdataprocessing:worker-batch-ingestion-plugin:jar:1.1.1-512'
<dependency org="com.github.cafdataprocessing" name="worker-batch-ingestion-plugin" rev="1.1.1-512">
<artifact name="worker-batch-ingestion-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-batch-ingestion-plugin', version='1.1.1-512')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-batch-ingestion-plugin" % "1.1.1-512"
[com.github.cafdataprocessing/worker-batch-ingestion-plugin "1.1.1-512"]