GitHub / trellis-ldp-archive / trellis-client
a JDK11 http client for use with TrellisLDP
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trellis-ldp-archive%2Ftrellis-client
Stars: 1
Forks: 0
Open issues: 0
License: apache-2.0
Language: Java
Size: 26 MB
Dependencies parsed at:
47
Created at: over 7 years ago
Updated at: almost 2 years ago
Pushed at: over 6 years ago
Last synced at: almost 2 years ago
Topics: asynchronous, http2, java, jpms, ldp, trellis
build.gradle
maven
- org.junit.jupiter:junit-jupiter-api $junitVersion testImplementation
- org.junit.jupiter:junit-jupiter-engine $junitVersion testImplementation
- org.junit.platform:junit-platform-launcher 1.2.0 testImplementation
client/build.gradle
maven
- de.ubleipzig:commons-rdf-jena-jpms $commonsRdfJenaVersion implementation
- de.ubleipzig:jena.arq-jpms $jenaVersion implementation
- de.ubleipzig:jena.base-jpms $jenaVersion implementation
- de.ubleipzig:jena.core-jpms $jenaVersion implementation
- de.ubleipzig:jena.iri-jpms $jenaVersion implementation
- javax.ws.rs:javax.ws.rs-api $jaxrsVersion implementation
- javax.xml.bind:jaxb-api 2.3.0 implementation
- org.apache.commons:commons-rdf-api $commonsRdfVersion implementation
- org.slf4j:slf4j-api $slf4jVersion implementation
- org.trellisldp:trellis-vocabulary-jpms $trellisVersion implementation
- com.github.andrewoma.dexx:collection $dexxCollectionVersion testImplementation
- com.github.jsonld-java:jsonld-java $jsonldVersion testImplementation
- com.github.spullara.mustache.java:compiler $mustacheVersion testImplementation
- de.ubleipzig:jena.dboe-jpms $jenaVersion testImplementation
- de.ubleipzig:jena.rdfconnection-jpms $jenaVersion testImplementation
- io.dropwizard:dropwizard-auth $dropwizardVersion testImplementation
- io.dropwizard:dropwizard-http2 $dropwizardVersion testImplementation
- io.dropwizard:dropwizard-testing $dropwizardVersion testImplementation
- io.jsonwebtoken:jjwt $jsonWebTokenVersion testImplementation
- javax.activation:javax.activation-api $activationApiVersion testImplementation
- javax.annotation:javax.annotation-api $javaxAnnotationsVersion testImplementation
- org.apache.commons:commons-collections4 $commonsCollectionsVersion testImplementation
- org.apache.httpcomponents:httpclient-cache $httpclientVersion testImplementation
- org.apache.kafka:kafka-clients $kafkaVersion testImplementation
- org.apache.tamaya:tamaya-core $tamayaVersion testImplementation
- org.apache.thrift:libthrift $thriftVersion testImplementation
- org.eclipse.jetty:jetty-alpn-java-server $jettyAlpnVersion testImplementation
- org.trellisldp.ext:trellis-db-app 0.2.0-SNAPSHOT testImplementation
- org.trellisldp:trellis-agent-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-api-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-app-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-app-triplestore-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-audit-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-constraint-rules-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-event-serialization-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-file-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-http-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-id-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-io-jena-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-namespaces-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-rdfa-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-triplestore-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-vocabulary-jpms $trellisVersion testImplementation
- org.trellisldp:trellis-webac-jpms $trellisVersion testImplementation