MVN

com.googlecode.redbox-mint : fcrepo-client

Maven & Gradle

Jul 24, 2011
3 usages
190 stars

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.

<dependency>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>fcrepo-client</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.redbox-mint : fcrepo-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4

All Versions

Choose a version of com.googlecode.redbox-mint : fcrepo-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
fcrepo-client-2.2.4

How to add a dependency to Maven

Add the following com.googlecode.redbox-mint : fcrepo-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>fcrepo-client</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.redbox-mint : fcrepo-client gradle dependency to your build.gradle file:

implementation 'com.googlecode.redbox-mint:fcrepo-client:2.2.4'

Gradle Kotlin DSL: Add the following com.googlecode.redbox-mint : fcrepo-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.redbox-mint:fcrepo-client:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.redbox-mint : fcrepo-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.redbox-mint" % "fcrepo-client" % "2.2.4"

Advertisement