| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.cafdataprocessing |
| Идентификатор | Идентификаторworker-document-schema |
| Версия | Версия5.0.0-924 |
| Тип | Типjar |
| Описание |
ОписаниеProvides a foundation for building workers which manipulate documents.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-document-schema/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-document-schema</artifactId>
<version>5.0.0-924</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-document-schema/
implementation 'com.github.cafdataprocessing:worker-document-schema:5.0.0-924'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-document-schema/
implementation ("com.github.cafdataprocessing:worker-document-schema:5.0.0-924")
'com.github.cafdataprocessing:worker-document-schema:jar:5.0.0-924'
<dependency org="com.github.cafdataprocessing" name="worker-document-schema" rev="5.0.0-924">
<artifact name="worker-document-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-document-schema', version='5.0.0-924')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-document-schema" % "5.0.0-924"
[com.github.cafdataprocessing/worker-document-schema "5.0.0-924"]