MVN

org.fcrepo : fcrepo-http-api

Maven & Gradle

Mar 20, 2023
31 usages

Fedora Repository HTTP API Module · The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-http-api</artifactId>
    <version>6.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.4.0
  • Latest Release Candidate: 5.1.2-RC-1
  • Latest Beta: 6.0.0-beta-1
  • Latest Alpha: 6.0.0-alpha-2

All Versions

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

Version Vulnerabilities Updated
6.4.x
fcrepo-http-api-6.4.0
6.3.x
fcrepo-http-api-6.3.0
6.2.x
fcrepo-http-api-6.2.0
6.1.x
fcrepo-http-api-6.1.1
fcrepo-http-api-6.1.0
6.0.x
fcrepo-http-api-6.0.0
fcrepo-http-api-6.0.0-RC-2
fcrepo-http-api-6.0.0-beta-1
fcrepo-http-api-6.0.0-alpha-2
fcrepo-http-api-6.0.0-alpha-1
5.1.x
fcrepo-http-api-5.1.2-RC-1
fcrepo-http-api-5.1.1
fcrepo-http-api-5.1.0
5.0.x
fcrepo-http-api-5.0.2
fcrepo-http-api-5.0.1
fcrepo-http-api-5.0.0
4.7.x
fcrepo-http-api-4.7.5
fcrepo-http-api-4.7.4
fcrepo-http-api-4.7.3
fcrepo-http-api-4.7.2
fcrepo-http-api-4.7.1
fcrepo-http-api-4.7.0
4.6.x
fcrepo-http-api-4.6.2
fcrepo-http-api-4.6.1
fcrepo-http-api-4.6.0
4.5.x
fcrepo-http-api-4.5.1
fcrepo-http-api-4.5.0
4.4.x
fcrepo-http-api-4.4.0
4.3.x
fcrepo-http-api-4.3.0
4.2.x
fcrepo-http-api-4.2.0
4.1.x
fcrepo-http-api-4.1.1
fcrepo-http-api-4.1.0
4.0.x
fcrepo-http-api-4.0.0
fcrepo-http-api-4.0.0-beta-04
fcrepo-http-api-4.0.0-beta-03
fcrepo-http-api-4.0.0-beta-02
fcrepo-http-api-4.0.0-beta-01
fcrepo-http-api-4.0.0-alpha-5
fcrepo-http-api-4.0.0-alpha-4
fcrepo-http-api-4.0.0-alpha-3
fcrepo-http-api-4.0.0-alpha-2
fcrepo-http-api-4.0.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-http-api</artifactId>
    <version>6.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.fcrepo:fcrepo-http-api:6.4.0'

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

implementation("org.fcrepo:fcrepo-http-api:6.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fcrepo" % "fcrepo-http-api" % "6.4.0"

Advertisement