o

ontop-jersey

An implementation of the Ontology Platform for Jersey servers
https://w3id.org/ontop/
Files download
File Operation
ontop-jersey-1.0.jar download
ontop-jersey-1.0.pom download
ontop-jersey-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.thesmartenergy</groupId>
  <artifactId>ontop-jersey</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.thesmartenergy:ontop-jersey:1.0'
Gradle Kotlin
implementation("com.github.thesmartenergy:ontop-jersey:1.0")
Scala SBT
libraryDependencies += "com.github.thesmartenergy" % "ontop-jersey" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thesmartenergy', module='ontop-jersey', version='1.0')
)
Apache Ivy
<dependency org="com.github.thesmartenergy" name="ontop-jersey" rev="1.0" />
Leiningen
[com.github.thesmartenergy/ontop-jersey "1.0"]
Apache Buildr
'com.github.thesmartenergy:ontop-jersey:jar:1.0'