| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.cafdataprocessing |
| ArtifactId | ArtifactIdworker-document-shared |
| Version | Version5.0.0-924 |
| Type | Typejar |
| Description |
DescriptionProvides a foundation for building workers which manipulate documents.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-document-shared/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-document-shared</artifactId>
<version>5.0.0-924</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-document-shared/
implementation 'com.github.cafdataprocessing:worker-document-shared:5.0.0-924'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-document-shared/
implementation ("com.github.cafdataprocessing:worker-document-shared:5.0.0-924")
'com.github.cafdataprocessing:worker-document-shared:jar:5.0.0-924'
<dependency org="com.github.cafdataprocessing" name="worker-document-shared" rev="5.0.0-924">
<artifact name="worker-document-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-document-shared', version='5.0.0-924')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-document-shared" % "5.0.0-924"
[com.github.cafdataprocessing/worker-document-shared "5.0.0-924"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | |
| com.github.cafapi : caf-api | jar | |
| com.github.cafapi.codec : codec-json | jar |