Download corese-core-4.0.1.jar file - Jar c

Jar examples for c:corese-core

Description

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

You can download jar file corese-core 4.0.1 in this page.

License

CeCILL-C License:

Build File

You can use the following script to add corese-core-4.0.1.jar to your project.

<dependency>
   <groupId>fr.inria.corese</groupId>
   <artifactId>corese-core</artifactId>
   <version>4.0.1</version>
</dependency>
compile group: 'fr.inria.corese', name: 'corese-core', version: '4.0.1'
libraryDependencies += "fr.inria.corese" % "corese-core" % "4.0.1"
<dependency org="fr.inria.corese" name="corese-core" rev="4.0.1"/>
@Grapes(@Grab(group='fr.inria.corese', module='corese-core', version='4.0.1'))
'fr.inria.corese:corese-core:jar:4.0.1'

Download

Click the following link to download the jar file.

corese-core-4.0.1-javadoc.jar
corese-core-4.0.1-sources.jar
corese-core-4.0.1.jar
corese-core-4.0.1.pom



Related Tutorials