MVN

org.fcrepo : fcrepo-client

Maven & Gradle

Oct 14, 2015
1 usages
2 stars

Fedora Repository Java Client API · Fedora Repository Client API, containing interfaces defining the Java Client.

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

Latest Version

Choose a version of org.fcrepo : fcrepo-client 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 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
fcrepo-client-4.4.0
4.3.x
fcrepo-client-4.3.0
4.2.x
fcrepo-client-4.2.0
4.1.x
fcrepo-client-4.1.1
fcrepo-client-4.1.0
4.0.x
fcrepo-client-4.0.0
fcrepo-client-4.0.0-beta-04
3.8.x
fcrepo-client-3.8.1
fcrepo-client-3.8.0
3.7.x
fcrepo-client-3.7.1
fcrepo-client-3.7.0
3.6.x
fcrepo-client-3.6.2
fcrepo-client-3.6.1
3.6
fcrepo-client-3.6
3.5
fcrepo-client-3.5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement