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