is not current version
Last Version 1.1

io.setl:rdf-urdna 1.0

An implementation of the URDNA-2015 algorithm which transforms any RDF dataset into a canonical form.

GroupId

GroupId

io.setl
ArtifactId

ArtifactId

rdf-urdna
Version

Version

1.0
Type

Type

jar

Download rdf-urdna 1.0


<!-- https://jarcasting.com/artifacts/io.setl/rdf-urdna/ -->
<dependency>
    <groupId>io.setl</groupId>
    <artifactId>rdf-urdna</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.setl/rdf-urdna/
implementation 'io.setl:rdf-urdna:1.0'
// https://jarcasting.com/artifacts/io.setl/rdf-urdna/
implementation ("io.setl:rdf-urdna:1.0")
'io.setl:rdf-urdna:jar:1.0'
<dependency org="io.setl" name="rdf-urdna" rev="1.0">
  <artifact name="rdf-urdna" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.setl', module='rdf-urdna', version='1.0')
)
libraryDependencies += "io.setl" % "rdf-urdna" % "1.0"
[io.setl/rdf-urdna "1.0"]