Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdca.islandora.alpaca |
ArtifactId | ArtifactIdislandora-http-client |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ca.islandora.alpaca/islandora-http-client/ -->
<dependency>
<groupId>ca.islandora.alpaca</groupId>
<artifactId>islandora-http-client</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/ca.islandora.alpaca/islandora-http-client/
implementation 'ca.islandora.alpaca:islandora-http-client:1.0.3'
// https://jarcasting.com/artifacts/ca.islandora.alpaca/islandora-http-client/
implementation ("ca.islandora.alpaca:islandora-http-client:1.0.3")
'ca.islandora.alpaca:islandora-http-client:jar:1.0.3'
<dependency org="ca.islandora.alpaca" name="islandora-http-client" rev="1.0.3">
<artifact name="islandora-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.islandora.alpaca', module='islandora-http-client', version='1.0.3')
)
libraryDependencies += "ca.islandora.alpaca" % "islandora-http-client" % "1.0.3"
[ca.islandora.alpaca/islandora-http-client "1.0.3"]