<dependency>
<groupId>net.sansa-stack.thirdparty.it.unibz.inf.ontop</groupId>
<artifactId>ontop-ontology</artifactId>
<version>4.3.0-2</version>
</dependency>
implementation group: 'net.sansa-stack.thirdparty.it.unibz.inf.ontop', name: 'ontop-ontology', version: '4.3.0-2'
implementation 'net.sansa-stack.thirdparty.it.unibz.inf.ontop:ontop-ontology:4.3.0-2'
implementation("net.sansa-stack.thirdparty.it.unibz.inf.ontop:ontop-ontology:4.3.0-2")
libraryDependencies += "net.sansa-stack.thirdparty.it.unibz.inf.ontop" % "ontop-ontology" % "4.3.0-2"
<dependency org="net.sansa-stack.thirdparty.it.unibz.inf.ontop" name="ontop-ontology" rev="4.3.0-2"/>
@Grapes(
@Grab(group='net.sansa-stack.thirdparty.it.unibz.inf.ontop', module='ontop-ontology', version='4.3.0-2')
)
[net.sansa-stack.thirdparty.it.unibz.inf.ontop/ontop-ontology "4.3.0-2"]
'net.sansa-stack.thirdparty.it.unibz.inf.ontop:ontop-ontology:jar:4.3.0-2'