Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIddata-processing-queue-helper |
Version | Version1.0.0-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/data-processing-queue-helper/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>data-processing-queue-helper</artifactId>
<version>1.0.0-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/data-processing-queue-helper/
implementation 'com.github.cafdataprocessing:data-processing-queue-helper:1.0.0-3'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/data-processing-queue-helper/
implementation ("com.github.cafdataprocessing:data-processing-queue-helper:1.0.0-3")
'com.github.cafdataprocessing:data-processing-queue-helper:jar:1.0.0-3'
<dependency org="com.github.cafdataprocessing" name="data-processing-queue-helper" rev="1.0.0-3">
<artifact name="data-processing-queue-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='data-processing-queue-helper', version='1.0.0-3')
)
libraryDependencies += "com.github.cafdataprocessing" % "data-processing-queue-helper" % "1.0.0-3"
[com.github.cafdataprocessing/data-processing-queue-helper "1.0.0-3"]