o

ontop

The parent project for ontop - Ontology Platform: helper projects to expose ontologies and other representations
https://w3id.org/ontop/
The Apache Software License, Version 2.0
ITEA 12004 SEAS Project
Maxime Lefrançois
Files download
File Operation
ontop-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.thesmartenergy</groupId>
  <artifactId>ontop</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.thesmartenergy:ontop:1.0'
Gradle Kotlin
implementation("com.github.thesmartenergy:ontop:1.0")
Scala SBT
libraryDependencies += "com.github.thesmartenergy" % "ontop" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thesmartenergy', module='ontop', version='1.0')
)
Apache Ivy
<dependency org="com.github.thesmartenergy" name="ontop" rev="1.0" />
Leiningen
[com.github.thesmartenergy/ontop "1.0"]
Apache Buildr
'com.github.thesmartenergy:ontop:jar:1.0'