org.apache.jena.sdb.sdb-properties.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jena-sdb Show documentation
Show all versions of jena-sdb Show documentation
SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <!-- Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 --> <properties version="1.0"> <comment>SDB System Properties</comment> <entry key="org.apache.jena.sdb.version">${project.version}</entry> <entry key="org.apache.jena.sdb.build.datetime">${build.time.xsd}</entry> </properties>