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 Updated
  • fcrepo-http-api-6.4.0

    Mar 20, 2023
  • fcrepo-http-api-6.3.0

    Dec 09, 2022
  • fcrepo-http-api-6.2.0

    Jun 03, 2022
  • fcrepo-http-api-6.1.1

    Nov 22, 2021
  • fcrepo-http-api-6.1.0

    Oct 29, 2021
  • fcrepo-http-api-5.1.2-RC-1

    Jul 22, 2021
  • fcrepo-http-api-6.0.0

    Jun 29, 2021
  • fcrepo-http-api-6.0.0-RC-2

    Jun 21, 2021
  • fcrepo-http-api-6.0.0-beta-1

    Feb 23, 2021
  • fcrepo-http-api-6.0.0-alpha-2

    Dec 17, 2020
  • fcrepo-http-api-6.0.0-alpha-1

    Nov 17, 2020
  • fcrepo-http-api-5.1.1

    Jul 22, 2020
  • fcrepo-http-api-5.1.0

    Jul 26, 2019
  • fcrepo-http-api-5.0.2

    Feb 14, 2019
  • fcrepo-http-api-5.0.1

    Jan 11, 2019
  • fcrepo-http-api-5.0.0

    Dec 14, 2018
  • fcrepo-http-api-4.7.5

    Feb 12, 2018
  • fcrepo-http-api-4.7.4

    Aug 01, 2017
  • fcrepo-http-api-4.7.3

    Jun 07, 2017
  • fcrepo-http-api-4.7.2

    Mar 18, 2017
  • fcrepo-http-api-4.6.2

    Mar 18, 2017
  • fcrepo-http-api-4.7.1

    Jan 23, 2017
  • fcrepo-http-api-4.6.1

    Nov 17, 2016
  • fcrepo-http-api-4.7.0

    Oct 31, 2016
  • fcrepo-http-api-4.6.0

    Aug 29, 2016
  • fcrepo-http-api-4.5.1

    Apr 29, 2016
  • fcrepo-http-api-4.5.0

    Jan 21, 2016
  • fcrepo-http-api-4.4.0

    Oct 12, 2015
  • fcrepo-http-api-4.3.0

    Jul 24, 2015
  • fcrepo-http-api-4.2.0

    May 19, 2015
  • fcrepo-http-api-4.1.1

    Mar 25, 2015
  • fcrepo-http-api-4.1.0

    Feb 05, 2015
  • fcrepo-http-api-4.0.0

    Nov 27, 2014
  • fcrepo-http-api-4.0.0-beta-04

    Nov 09, 2014
  • fcrepo-http-api-4.0.0-beta-03

    Aug 30, 2014
  • fcrepo-http-api-4.0.0-beta-02

    Aug 20, 2014
  • fcrepo-http-api-4.0.0-beta-01

    Jun 03, 2014
  • fcrepo-http-api-4.0.0-alpha-5

    Apr 19, 2014
  • fcrepo-http-api-4.0.0-alpha-4

    Mar 22, 2014
  • fcrepo-http-api-4.0.0-alpha-3

    Dec 28, 2013
  • fcrepo-http-api-4.0.0-alpha-2

    Oct 14, 2013
  • fcrepo-http-api-4.0.0-alpha-1

    Jul 05, 2013

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"