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