| Категории |
КатегорииДанные CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.cafdataprocessing |
| Идентификатор | Идентификаторprocessing-service-client |
| Версия | Версия1.4.0-274 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-client/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-client</artifactId>
<version>1.4.0-274</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-client/
implementation 'com.github.cafdataprocessing:processing-service-client:1.4.0-274'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-client/
implementation ("com.github.cafdataprocessing:processing-service-client:1.4.0-274")
'com.github.cafdataprocessing:processing-service-client:jar:1.4.0-274'
<dependency org="com.github.cafdataprocessing" name="processing-service-client" rev="1.4.0-274">
<artifact name="processing-service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='processing-service-client', version='1.4.0-274')
)
libraryDependencies += "com.github.cafdataprocessing" % "processing-service-client" % "1.4.0-274"
[com.github.cafdataprocessing/processing-service-client "1.4.0-274"]