is not current version
Last Version 2.5

it.uniroma2.art.owlart:owlart-api 2.0.2

OWL ART API offer an abstraction layer over different RDF triple store technologies, so that applications can use them and easily switch among different storage technologies without need of adapting source code to their API

GroupId

GroupId

it.uniroma2.art.owlart
ArtifactId

ArtifactId

owlart-api
Version

Version

2.0.2
Type

Type

jar

Download owlart-api 2.0.2


<!-- https://jarcasting.com/artifacts/it.uniroma2.art.owlart/owlart-api/ -->
<dependency>
    <groupId>it.uniroma2.art.owlart</groupId>
    <artifactId>owlart-api</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.owlart/owlart-api/
implementation 'it.uniroma2.art.owlart:owlart-api:2.0.2'
// https://jarcasting.com/artifacts/it.uniroma2.art.owlart/owlart-api/
implementation ("it.uniroma2.art.owlart:owlart-api:2.0.2")
'it.uniroma2.art.owlart:owlart-api:jar:2.0.2'
<dependency org="it.uniroma2.art.owlart" name="owlart-api" rev="2.0.2">
  <artifact name="owlart-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.owlart', module='owlart-api', version='2.0.2')
)
libraryDependencies += "it.uniroma2.art.owlart" % "owlart-api" % "2.0.2"
[it.uniroma2.art.owlart/owlart-api "2.0.2"]