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