rdf-urdna
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.setl</groupId> <artifactId>rdf-urdna</artifactId> <version>1.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.setl</groupId> <artifactId>rdf-urdna</artifactId> <version>1.4</version> <name>Universal RDF Dataset Normalization Algorithm (2015) in Java</name> <description>An implementation of the URDNA-2015 algorithm which transforms any RDF dataset into a canonical form.</description> <url>https://github.com/setl/rdf-urdna</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>simon-greatrix</id> <name>Simon Greatrix</name> <email>simon.greatrix@setl.io</email> <organization>org.apache.maven.model.Organization@5b1add67</organization> <organizationUrl>https://setl.io</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/setl/rdf-urdna.git</connection> <developerConnection>scm:git:https://github.com/setl/rdf-urdna.git</developerConnection> <url>https://github.com/setl/rdf-urdna</url> </scm> <dependencies> <dependency> <groupId>com.apicatalog</groupId> <artifactId>titanium-json-ld-jre8</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.json</groupId> <artifactId>jakarta.json-api</artifactId> <version>2.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.json</artifactId> <version>2.0.1</version> <scope>test</scope> </dependency> </dependencies> </project>