org.apache.jena.fuseki.fuseki-properties.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jena-fuseki1 Show documentation
Show all versions of jena-fuseki1 Show documentation
Fuseki is a SPARQL 1.1 Server
<?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>Fuseki System Properties</comment> <entry key="org.apache.jena.fuseki.version">${project.version}</entry> <entry key="org.apache.jena.fuseki.build.datetime">${build.time.xsd}</entry> </properties>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy