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
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcool.pandora |
| ArtifactId | ArtifactIdldp-client |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnull
null
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationPandora Ecosystem |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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