MVN

com.youcruit : onfido-test

Maven & Gradle

Mar 27, 2017
0 stars
<dependency>
    <groupId>com.youcruit</groupId>
    <artifactId>onfido-test</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.youcruit : onfido-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.youcruit : onfido-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
onfido-test-2.2
2.1
onfido-test-2.1
2.0
onfido-test-2.0
0.1.x
onfido-test-0.1.1
onfido-test-0.1.0
0.0.x
onfido-test-0.0.17
onfido-test-0.0.16
onfido-test-0.0.15
onfido-test-0.0.13
onfido-test-0.0.12
onfido-test-0.0.11
onfido-test-0.0.10
onfido-test-0.0.9
onfido-test-0.0.8

How to add a dependency to Maven

Add the following com.youcruit : onfido-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.youcruit</groupId>
    <artifactId>onfido-test</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.youcruit : onfido-test gradle dependency to your build.gradle file:

implementation 'com.youcruit:onfido-test:2.2'

Gradle Kotlin DSL: Add the following com.youcruit : onfido-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.youcruit:onfido-test:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.youcruit : onfido-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.youcruit" % "onfido-test" % "2.2"

Advertisement