Download owlart-api-2.1.jar file - Jar o

Jar examples for o:owlart-api

Description

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

You can download jar file owlart-api 2.1 in this page.

License

Mozilla Public License Version 1.1

Build File

You can use the following script to add owlart-api-2.1.jar to your project.

<dependency>
   <groupId>it.uniroma2.art.owlart</groupId>
   <artifactId>owlart-api</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'it.uniroma2.art.owlart', name: 'owlart-api', version: '2.1'
libraryDependencies += "it.uniroma2.art.owlart" % "owlart-api" % "2.1"
<dependency org="it.uniroma2.art.owlart" name="owlart-api" rev="2.1"/>
@Grapes(@Grab(group='it.uniroma2.art.owlart', module='owlart-api', version='2.1'))
'it.uniroma2.art.owlart:owlart-api:jar:2.1'

Download

Click the following link to download the jar file.

owlart-api-2.1-javadoc.jar
owlart-api-2.1-sources.jar
owlart-api-2.1-test-sources.jar
owlart-api-2.1-tests.jar
owlart-api-2.1.jar
owlart-api-2.1.pom



Related Tutorials