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