Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdworker-boilerplate-shared |
Version | Version2.1.0-48 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-boilerplate-shared/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-boilerplate-shared</artifactId>
<version>2.1.0-48</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-boilerplate-shared/
implementation 'com.github.cafdataprocessing:worker-boilerplate-shared:2.1.0-48'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-boilerplate-shared/
implementation ("com.github.cafdataprocessing:worker-boilerplate-shared:2.1.0-48")
'com.github.cafdataprocessing:worker-boilerplate-shared:jar:2.1.0-48'
<dependency org="com.github.cafdataprocessing" name="worker-boilerplate-shared" rev="2.1.0-48">
<artifact name="worker-boilerplate-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-boilerplate-shared', version='2.1.0-48')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-boilerplate-shared" % "2.1.0-48"
[com.github.cafdataprocessing/worker-boilerplate-shared "2.1.0-48"]