META-INF.maven.it.uniroma2.art.semanticturkey.st-rdf-serializing-exporter.pom.xml Maven / Gradle / Ivy
The newest version!
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>it.uniroma2.art.semanticturkey</groupId> <artifactId>st-reformatting-exporters</artifactId> <version>13.1</version> </parent> <artifactId>st-rdf-serializing-exporter</artifactId> <properties> <plugin-class>it.uniroma2.art.semanticturkey.extension.impl.reformattingexporter.rdfserializer.RDFSerializingExporterPlugin</plugin-class> </properties> <dependencies> <dependency> <groupId>it.uniroma2.art.semanticturkey</groupId> <artifactId>st-core-framework</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy