Trellis Linked Data Server

The core components for a Trellis linked data server

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.7.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Trellis Linked Data Server
The core components for a Trellis linked data server
Ссылка на сайт

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

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

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

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

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

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

Скачать trellis-osgi

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.jena : jena-osgi jar 3.8.0
org.apache.commons : commons-compress jar 1.18
org.trellisldp : trellis-api jar 0.7.3
org.trellisldp : trellis-http jar 0.7.3
org.trellisldp : trellis-io-jena jar 0.7.3
org.trellisldp : trellis-namespaces jar 0.7.3
org.trellisldp : trellis-vocabulary jar 0.7.3
org.trellisldp : trellis-triplestore jar 0.7.3

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

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

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

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.7.3
0.7.2
0.7.1
0.7.0