Trellis Repository

The core components for a trellis repository

Лицензия

Лицензия

Группа

Группа

org.trellisldp
Идентификатор

Идентификатор

trellis-rosid-file
Последняя версия

Последняя версия

0.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Trellis Repository
The core components for a trellis repository
Ссылка на сайт

Ссылка на сайт

http://www.trellisldp.org
Организация-разработчик

Организация-разработчик

Trellis LDP
Система контроля версий

Система контроля версий

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

Скачать trellis-rosid-file

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-rdf-api jar 0.5.0
org.trellisldp : trellis-api jar 0.5.2
org.trellisldp : trellis-rosid-common jar 0.3.1

runtime (8)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar 1.11
commons-io : commons-io jar 2.6
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.3
org.apache.commons : commons-text jar 1.2
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

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0