is not current version
Last Version 4.2.1

it.unibz.inf.ontop:ontop-test 3.0.1


GroupId

GroupId

it.unibz.inf.ontop
ArtifactId

ArtifactId

ontop-test
Version

Version

3.0.1
Type

Type

pom

Download ontop-test 3.0.1

Filename Size
ontop-test-3.0.1.pom 746 bytes
Browse

<!-- https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-test/ -->
<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-test</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-test/
implementation 'it.unibz.inf.ontop:ontop-test:3.0.1'
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-test/
implementation ("it.unibz.inf.ontop:ontop-test:3.0.1")
'it.unibz.inf.ontop:ontop-test:pom:3.0.1'
<dependency org="it.unibz.inf.ontop" name="ontop-test" rev="3.0.1">
  <artifact name="ontop-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.unibz.inf.ontop', module='ontop-test', version='3.0.1')
)
libraryDependencies += "it.unibz.inf.ontop" % "ontop-test" % "3.0.1"
[it.unibz.inf.ontop/ontop-test "3.0.1"]