u

unf

The Universal Numerical Fingerprint (UNF) is a cryptographic signature of the approximated semantic content of a digital object. It is computed on the normalized (or canonicalized) forms of the data values, and is thus independent of the storage medium and format of the data.
https://github.com/IQSS/UNF
The Apache Software License, Version 2.0
Dataverse Core Team
Files download
File Operation
unf-6.0.1.jar download
unf-6.0.1.pom download
unf-6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dataverse</groupId>
  <artifactId>unf</artifactId>
  <version>6.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.dataverse:unf:6.0.1'
Gradle Kotlin
implementation("org.dataverse:unf:6.0.1")
Scala SBT
libraryDependencies += "org.dataverse" % "unf" % "6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.dataverse', module='unf', version='6.0.1')
)
Apache Ivy
<dependency org="org.dataverse" name="unf" rev="6.0.1" />
Leiningen
[org.dataverse/unf "6.0.1"]
Apache Buildr
'org.dataverse:unf:jar:6.0.1'
Dependencies
The project has no third-party dependencies