Fedora Repository Karaf (OSGi) Provisioning Module

Provides karaf provisioning functionality for the Fedora Commons repository framework.

License

License

GroupId

GroupId

org.fcrepo
ArtifactId

ArtifactId

fcrepo-karaf
Last Version

Last Version

4.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Fedora Repository Karaf (OSGi) Provisioning Module
Provides karaf provisioning functionality for the Fedora Commons repository framework.
Project Organization

Project Organization

DuraSpace, Inc.

Download fcrepo-karaf

How to add to project

<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-karaf/ -->
<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-karaf</artifactId>
    <version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-karaf/
implementation 'org.fcrepo:fcrepo-karaf:4.4.0'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-karaf/
implementation ("org.fcrepo:fcrepo-karaf:4.4.0")
'org.fcrepo:fcrepo-karaf:jar:4.4.0'
<dependency org="org.fcrepo" name="fcrepo-karaf" rev="4.4.0">
  <artifact name="fcrepo-karaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-karaf', version='4.4.0')
)
libraryDependencies += "org.fcrepo" % "fcrepo-karaf" % "4.4.0"
[org.fcrepo/fcrepo-karaf "4.4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

fcrepo-karaf

Provides resources for provisioning Fedora Commons repository modules in Karaf.

Build Status

Fedora Commons Repository modules are built as OSGi bundles. This project makes it easy to provision these bundles in a Karaf-based runtime. You will need at least version 4.x of Karaf to deploy Fedora modules.

Installation

In order to install Fedora modules in Karaf, you must first add the fcrepo-karaf feature repository. In the Karaf console:

karaf> feature:repo-add mvn:org.fcrepo/fcrepo-karaf/LATEST/xml/features

To list the available fcrepo modules:

karaf> feature:list | grep fcrepo

And to install individual fcrepo modules:

karaf> feature:install fcrepo-http-api

Maintainers

org.fcrepo

Fedora Commons Repository 4 - Labs

Modules that are in-progress

Versions

Version
4.4.0