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