Trellis Client
An JDK incubator HTTP client for use with the Trellis Linked Data Platform.
Requirements
- jdk-11-ea+12 or higher
Building
$ ./gradlew clean build
API
See LDPClient
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcool.pandora |
| Идентификатор | Идентификаторldp-client |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnull
null
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикPandora Ecosystem |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ldp-client-0.1.0.pom | |
| ldp-client-0.1.0.jar | 21 KB |
| ldp-client-0.1.0-sources.jar | 13 KB |
| ldp-client-0.1.0-javadoc.jar | 389 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cool.pandora/ldp-client/ -->
<dependency>
<groupId>cool.pandora</groupId>
<artifactId>ldp-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.pandora/ldp-client/
implementation 'cool.pandora:ldp-client:0.1.0'
// https://jarcasting.com/artifacts/cool.pandora/ldp-client/
implementation ("cool.pandora:ldp-client:0.1.0")
'cool.pandora:ldp-client:jar:0.1.0'
<dependency org="cool.pandora" name="ldp-client" rev="0.1.0">
<artifact name="ldp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.pandora', module='ldp-client', version='0.1.0')
)
libraryDependencies += "cool.pandora" % "ldp-client" % "0.1.0"
[cool.pandora/ldp-client "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-rdf-jena | jar | 0.5.0 |
| org.trellisldp : trellis-vocabulary | jar | 0.5.2 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| xerces : xercesImpl | jar | 2.11.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
| io.dropwizard : dropwizard-testing | jar | 1.2.0 |
| org.eclipse.jetty : jetty-alpn-java-server | jar | 9.4.8.v20171121 |
| org.trellisldp : trellis-app | jar | 0.6.0-SNAPSHOT |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
An JDK incubator HTTP client for use with the Trellis Linked Data Platform.
$ ./gradlew clean build
See LDPClient