jar

org.openrdf.sesame : sesame-repository-sparql

Maven & Gradle

May 02, 2016
13 usages

OpenRDF Sesame: SPARQL Repository · The SPARQL Repository provides a Sesame Repository interface to any SPARQL end-point.

Table Of Contents

Latest Version

Download org.openrdf.sesame : sesame-repository-sparql JAR file - Latest Versions:

All Versions

Download org.openrdf.sesame : sesame-repository-sparql JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
2.9.x
2.8.x
2.7.x
2.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sesame-repository-sparql-4.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openrdf.repository.sparql.config

├─ org.openrdf.repository.sparql.config.SPARQLRepositoryConfig.class - [JAR]

├─ org.openrdf.repository.sparql.config.SPARQLRepositoryFactory.class - [JAR]

org.openrdf.repository.sparql

├─ org.openrdf.repository.sparql.SPARQLConnection.class - [JAR]

├─ org.openrdf.repository.sparql.SPARQLRepository.class - [JAR]

org.openrdf.repository.sparql.query

├─ org.openrdf.repository.sparql.query.InsertBindingSetCursor.class - [JAR]

├─ org.openrdf.repository.sparql.query.QueryStringUtil.class - [JAR]

├─ org.openrdf.repository.sparql.query.QueueCursor.class - [JAR]

├─ org.openrdf.repository.sparql.query.SPARQLBooleanQuery.class - [JAR]

├─ org.openrdf.repository.sparql.query.SPARQLGraphQuery.class - [JAR]

├─ org.openrdf.repository.sparql.query.SPARQLOperation.class - [JAR]

├─ org.openrdf.repository.sparql.query.SPARQLQueryBindingSet.class - [JAR]

├─ org.openrdf.repository.sparql.query.SPARQLTupleQuery.class - [JAR]

├─ org.openrdf.repository.sparql.query.SPARQLUpdate.class - [JAR]

Advertisement