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