MVN

com.palantir.conjure.verification : verification-client-test-cases

Maven & Gradle

Apr 26, 2021
9 stars

conjure-verification · Palantir open source project

<dependency>
    <groupId>com.palantir.conjure.verification</groupId>
    <artifactId>verification-client-test-cases</artifactId>
    <version>0.16.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.palantir.conjure.verification : verification-client-test-cases to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.6

All Versions

Choose a version of com.palantir.conjure.verification : verification-client-test-cases to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
verification-client-test-cases-0.19.0
0.18.x
verification-client-test-cases-0.18.5
0.16.x
verification-client-test-cases-0.16.6

How to add a dependency to Maven

Add the following com.palantir.conjure.verification : verification-client-test-cases maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.palantir.conjure.verification</groupId>
    <artifactId>verification-client-test-cases</artifactId>
    <version>0.16.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.palantir.conjure.verification : verification-client-test-cases gradle dependency to your build.gradle file:

implementation 'com.palantir.conjure.verification:verification-client-test-cases:0.16.6'

Gradle Kotlin DSL: Add the following com.palantir.conjure.verification : verification-client-test-cases gradle kotlin dependency to your build.gradle.kts file:

implementation("com.palantir.conjure.verification:verification-client-test-cases:0.16.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.palantir.conjure.verification : verification-client-test-cases sbt scala dependency to your build.sbt file:

libraryDependencies += "com.palantir.conjure.verification" % "verification-client-test-cases" % "0.16.6"

Advertisement