Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.daisy.pipeline |
ArtifactId | ArtifactIdclientlib-java-httpclient |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.daisy.pipeline/clientlib-java-httpclient/ -->
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>clientlib-java-httpclient</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.pipeline/clientlib-java-httpclient/
implementation 'org.daisy.pipeline:clientlib-java-httpclient:1.0.1'
// https://jarcasting.com/artifacts/org.daisy.pipeline/clientlib-java-httpclient/
implementation ("org.daisy.pipeline:clientlib-java-httpclient:1.0.1")
'org.daisy.pipeline:clientlib-java-httpclient:jar:1.0.1'
<dependency org="org.daisy.pipeline" name="clientlib-java-httpclient" rev="1.0.1">
<artifact name="clientlib-java-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline', module='clientlib-java-httpclient', version='1.0.1')
)
libraryDependencies += "org.daisy.pipeline" % "clientlib-java-httpclient" % "1.0.1"
[org.daisy.pipeline/clientlib-java-httpclient "1.0.1"]