Files download
File Operation
ontop-core-4.0.0-beta-1.pom download
Apache Maven
<dependency>
  <groupId>it.unibz.inf.ontop</groupId>
  <artifactId>ontop-core</artifactId>
  <version>4.0.0-beta-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.unibz.inf.ontop:ontop-core:4.0.0-beta-1'
Gradle Kotlin
implementation("it.unibz.inf.ontop:ontop-core:4.0.0-beta-1")
Scala SBT
libraryDependencies += "it.unibz.inf.ontop" % "ontop-core" % "4.0.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='it.unibz.inf.ontop', module='ontop-core', version='4.0.0-beta-1')
)
Apache Ivy
<dependency org="it.unibz.inf.ontop" name="ontop-core" rev="4.0.0-beta-1" />
Leiningen
[it.unibz.inf.ontop/ontop-core "4.0.0-beta-1"]
Apache Buildr
'it.unibz.inf.ontop:ontop-core:jar:4.0.0-beta-1'