MVN

ch.veehait.devicecheck : devicecheck-appattest

Maven & Gradle

Apr 23, 2023
60 stars

devicecheck-appattest · Server-side library to validate the authenticity of Apple App Attest artifacts, written in Kotlin

<dependency>
    <groupId>ch.veehait.devicecheck</groupId>
    <artifactId>devicecheck-appattest</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.veehait.devicecheck : devicecheck-appattest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of ch.veehait.devicecheck : devicecheck-appattest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
devicecheck-appattest-0.9.6
devicecheck-appattest-0.9.4
devicecheck-appattest-0.9.3
devicecheck-appattest-0.9.2
devicecheck-appattest-0.9.1

How to add a dependency to Maven

Add the following ch.veehait.devicecheck : devicecheck-appattest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.veehait.devicecheck</groupId>
    <artifactId>devicecheck-appattest</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.veehait.devicecheck : devicecheck-appattest gradle dependency to your build.gradle file:

implementation 'ch.veehait.devicecheck:devicecheck-appattest:0.9.6'

Gradle Kotlin DSL: Add the following ch.veehait.devicecheck : devicecheck-appattest gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.veehait.devicecheck:devicecheck-appattest:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.veehait.devicecheck : devicecheck-appattest sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.veehait.devicecheck" % "devicecheck-appattest" % "0.9.6"

Advertisement