MVN

org.tokenscript : attestation

Maven & Gradle

Nov 16, 2022
47 stars

Attestation · Library for constructing and verifying both public and private identifier attestations.

<dependency>
    <groupId>org.tokenscript</groupId>
    <artifactId>attestation</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tokenscript : attestation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.tokenscript : attestation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
attestation-0.4.1
0.4
attestation-0.4
0.3.x
attestation-0.3.18
attestation-0.3.17
attestation-0.3.15
attestation-0.3.14
attestation-0.3.13
attestation-0.3.12
attestation-0.3.11
attestation-0.3.10
attestation-0.3.9
attestation-0.3.8
attestation-0.3.7
0.1.x
attestation-0.1.4
attestation-0.1.3
attestation-0.1.2
attestation-0.1.1
0.1
attestation-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tokenscript</groupId>
    <artifactId>attestation</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tokenscript : attestation gradle dependency to your build.gradle file:

implementation 'org.tokenscript:attestation:0.4.1'

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

implementation("org.tokenscript:attestation:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tokenscript : attestation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tokenscript" % "attestation" % "0.4.1"

Advertisement