MVN

org.fcrepo : fcrepo-client-impl

Maven & Gradle

Oct 14, 2015
2 stars

Fedora Repository Java Client API Impl · Fedora Repository Client API impl, implementing the Fedora Repository Java client interfaces.

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-client-impl</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fcrepo : fcrepo-client-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.0
  • Latest Beta: 4.0.0-beta-04

All Versions

Choose a version of org.fcrepo : fcrepo-client-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
fcrepo-client-impl-4.4.0
4.3.x
fcrepo-client-impl-4.3.0
4.2.x
fcrepo-client-impl-4.2.0
4.1.x
fcrepo-client-impl-4.1.1
fcrepo-client-impl-4.1.0
4.0.x
fcrepo-client-impl-4.0.0
fcrepo-client-impl-4.0.0-beta-04

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-client-impl</artifactId>
    <version>4.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fcrepo : fcrepo-client-impl gradle dependency to your build.gradle file:

implementation 'org.fcrepo:fcrepo-client-impl:4.4.0'

Gradle Kotlin DSL: Add the following org.fcrepo : fcrepo-client-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fcrepo:fcrepo-client-impl:4.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fcrepo : fcrepo-client-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fcrepo" % "fcrepo-client-impl" % "4.4.0"

Advertisement