Download fcrepo-client-2.2.4.jar file - Jar f

Jar examples for f:fcrepo-client

Description

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.

You can download jar file fcrepo-client 2.2.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add fcrepo-client-2.2.4.jar to your project.

<dependency>
   <groupId>com.googlecode.redbox-mint</groupId>
   <artifactId>fcrepo-client</artifactId>
   <version>2.2.4</version>
</dependency>
compile group: 'com.googlecode.redbox-mint', name: 'fcrepo-client', version: '2.2.4'
libraryDependencies += "com.googlecode.redbox-mint" % "fcrepo-client" % "2.2.4"
<dependency org="com.googlecode.redbox-mint" name="fcrepo-client" rev="2.2.4"/>
@Grapes(@Grab(group='com.googlecode.redbox-mint', module='fcrepo-client', version='2.2.4'))
'com.googlecode.redbox-mint:fcrepo-client:jar:2.2.4'

Download

Click the following link to download the jar file.

fcrepo-client-2.2.4-javadoc.jar
fcrepo-client-2.2.4-sources.jar
fcrepo-client-2.2.4.jar
fcrepo-client-2.2.4.pom



Related Tutorials