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