MVN

com.appliedrec.verid : native

Maven & Gradle

Jan 18, 2024
8 stars

native · Ver-ID C++ library

<dependency>
    <groupId>com.appliedrec.verid</groupId>
    <artifactId>native</artifactId>
    <version>1.21.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appliedrec.verid : native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21.11

All Versions

Choose a version of com.appliedrec.verid : native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21.x
native-1.21.11

How to add a dependency to Maven

Add the following com.appliedrec.verid : native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appliedrec.verid</groupId>
    <artifactId>native</artifactId>
    <version>1.21.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appliedrec.verid : native gradle dependency to your build.gradle file:

implementation 'com.appliedrec.verid:native:1.21.11'

Gradle Kotlin DSL: Add the following com.appliedrec.verid : native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appliedrec.verid:native:1.21.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appliedrec.verid : native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appliedrec.verid" % "native" % "1.21.11"