Trellis Repository

The core components for a trellis repository

License

License

GroupId

GroupId

org.trellisldp
ArtifactId

ArtifactId

trellis-rosid-common
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Trellis Repository
The core components for a trellis repository
Project URL

Project URL

http://www.trellisldp.org
Project Organization

Project Organization

Trellis LDP
Source Code Management

Source Code Management

https://github.com/trellis-ldp/trellis

Download trellis-rosid-common

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-rdf-api jar 0.5.0
org.apache.servicemix.bundles : org.apache.servicemix.bundles.kafka-clients jar 1.0.0_1
org.trellisldp : trellis-api jar 0.5.2
org.apache.curator : curator-recipes jar 4.0.0

runtime (9)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.3
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.3
commons-codec : commons-codec jar 1.11
commons-io : commons-io jar 2.6
org.apache.commons : commons-rdf-jena jar 0.5.0
org.apache.jena : jena-osgi jar 3.6.0
org.slf4j : slf4j-api jar 1.7.25
org.trellisldp : trellis-vocabulary jar 0.5.2
org.apache.zookeeper : zookeeper jar 3.4.11

test (7)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.apache.curator : curator-test jar 4.0.0
org.apiguardian : apiguardian-api jar 1.0.0
org.junit.platform : junit-platform-runner jar 1.0.2
org.junit.jupiter : junit-jupiter-engine jar 5.0.2
org.mockito : mockito-core jar 2.13.0
org.awaitility : awaitility jar 3.0.0

Project Modules

There are no modules declared in this project.

Trellis Linked Data Server

A scalable platform for building linked data applications.

Build Status Coverage Maven Central

Trellis is a rock-solid, enterprise-ready linked data server. The quickest way to get started with Trellis is to use a pre-built docker container.

Trellis is built on existing Web standards. It is modular, extensible and fast.

All source code is open source and licensed as Apache 2. Contributions are always welcome.

Docker Containers

Docker containers for Trellis are published on Docker Hub. Container environments are published with every commit to the main branch and are available for all stable releases. More details are available on the Trellis Wiki.

Docker pull command

docker pull trellisldp/trellis-triplestore

Or, for the PostgreSQL-based persistence layer

docker pull trellisldp/trellis-postgresql

Alternatively, for a more general-purpose container that supports various persistence layer types

docker pull trellisldp/trellis

Building Trellis

In most cases, you won't need to compile Trellis. Released components are available on Maven Central, and the deployable application can be downloaded directly from the Trellis website. However, if you want to build the latest snapshot, you will need, at the very least, to have Java 11+ available. The software can be built with Gradle using this command:

./gradlew install

Related projects

org.trellisldp

Trellis LDP

A platform for building scalable Linked Data applications

Versions

Version
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0