MVN

org.dataverse : unf

Maven & Gradle

Aug 31, 2023
4 stars

Universal Numerical Fingerprint · 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.

<dependency>
    <groupId>org.dataverse</groupId>
    <artifactId>unf</artifactId>
    <version>6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dataverse : unf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0

All Versions

Choose a version of org.dataverse : unf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0
unf-6.0

How to add a dependency to Maven

Add the following org.dataverse : unf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dataverse</groupId>
    <artifactId>unf</artifactId>
    <version>6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dataverse : unf gradle dependency to your build.gradle file:

implementation 'org.dataverse:unf:6.0'

Gradle Kotlin DSL: Add the following org.dataverse : unf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dataverse:unf:6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dataverse : unf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dataverse" % "unf" % "6.0"