Fedora 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..
Here is the list of declaration for fcrepo-client. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.googlecode.redbox-mint</groupId> <artifactId>fcrepo-client</artifactId> <version>2.2.4</version> </dependency>
If you think this Maven repository POM file listing for fcrepo-client is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.
The following plugins are used in the fcrepo-client-2.2.4.jar
The following packages are defined in the fcrepo-client-2.2.4.jar
fedora.client fedora.client.actions fedora.client.batch fedora.client.batch.types fedora.client.bmech fedora.client.bmech.data fedora.client.bmech.xml fedora.client.console fedora.client.console.access fedora.client.console.management fedora.client.datastream fedora.client.demo fedora.client.export fedora.client.ingest fedora.client.objecteditor fedora.client.objecteditor.types fedora.client.search fedora.client.test fedora.client.utility fedora.client.utility.export fedora.client.utility.ingest fedora.common fedora.common.http fedora.common.policy fedora.common.rdf fedora.oai.sample fedora.server.access fedora.server.management fedora.server.storage.types fedora.server.types.gen fedora.server.utilities fedora.swing.jhelp fedora.swing.jtable fedora.swing.mdi fedora.utilities
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.googlecode.redbox-mint</groupId> <artifactId>fcrepo-client</artifactId> <version>2.2.4</version> <packaging>jar</packaging> <name>Fedora Client 2.2.4</name> <url>http://www.fedora-commons.org/software/repository/v_2_2_4</url> <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.</description> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <scm> <url>https://github.com/fcrepo/fcrepo</url> <connection>scm:git:https://github.com/fcrepo/fcrepo</connection> </scm> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <value>http://java.sun.com/javase/6/docs/api/</value> </links> </configuration> </plugin> </plugins> </reporting> </project>