Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.cwilper.fcrepo-misc |
ArtifactId | ArtifactIdfcrepo-httpclient |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
fcrepo-httpclient-0.1.0.pom | |
fcrepo-httpclient-0.1.0.jar | 9 KB |
fcrepo-httpclient-0.1.0-sources.jar | 6 KB |
fcrepo-httpclient-0.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-misc/fcrepo-httpclient/ -->
<dependency>
<groupId>com.github.cwilper.fcrepo-misc</groupId>
<artifactId>fcrepo-httpclient</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-misc/fcrepo-httpclient/
implementation 'com.github.cwilper.fcrepo-misc:fcrepo-httpclient:0.1.0'
// https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-misc/fcrepo-httpclient/
implementation ("com.github.cwilper.fcrepo-misc:fcrepo-httpclient:0.1.0")
'com.github.cwilper.fcrepo-misc:fcrepo-httpclient:jar:0.1.0'
<dependency org="com.github.cwilper.fcrepo-misc" name="fcrepo-httpclient" rev="0.1.0">
<artifact name="fcrepo-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cwilper.fcrepo-misc', module='fcrepo-httpclient', version='0.1.0')
)
libraryDependencies += "com.github.cwilper.fcrepo-misc" % "fcrepo-httpclient" % "0.1.0"
[com.github.cwilper.fcrepo-misc/fcrepo-httpclient "0.1.0"]