License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.googlecode.redbox-mint |
ArtifactId | ArtifactIdfcrepo-client |
Version | Version2.2.4 |
Type | Typejar |
Description |
DescriptionFedora Client 2.2.4
The Fedora Client is a Java Library that allows API access to a Fedora Repository. The client is typically one part of a full Fedora installation.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fcrepo-client-2.2.4.pom | |
fcrepo-client-2.2.4.jar | 929 KB |
fcrepo-client-2.2.4-sources.jar | 6 MB |
fcrepo-client-2.2.4-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.redbox-mint/fcrepo-client/ -->
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>fcrepo-client</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/fcrepo-client/
implementation 'com.googlecode.redbox-mint:fcrepo-client:2.2.4'
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/fcrepo-client/
implementation ("com.googlecode.redbox-mint:fcrepo-client:2.2.4")
'com.googlecode.redbox-mint:fcrepo-client:jar:2.2.4'
<dependency org="com.googlecode.redbox-mint" name="fcrepo-client" rev="2.2.4">
<artifact name="fcrepo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.redbox-mint', module='fcrepo-client', version='2.2.4')
)
libraryDependencies += "com.googlecode.redbox-mint" % "fcrepo-client" % "2.2.4"
[com.googlecode.redbox-mint/fcrepo-client "2.2.4"]