MVN

ca.uhn.hapi : hapi-test

Maven & Gradle

Jun 25, 2011

HAPI - 06 - Test Case Suite

<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-test</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.uhn.hapi : hapi-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2
  • Latest Beta: 1.2-beta1

All Versions

Choose a version of ca.uhn.hapi : hapi-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
hapi-test-1.2
hapi-test-1.2-beta1
1.1
hapi-test-1.1
hapi-test-1.1-beta2

How to add a dependency to Maven

Add the following ca.uhn.hapi : hapi-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-test</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.uhn.hapi : hapi-test gradle dependency to your build.gradle file:

implementation 'ca.uhn.hapi:hapi-test:1.2'

Gradle Kotlin DSL: Add the following ca.uhn.hapi : hapi-test gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.uhn.hapi:hapi-test:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.uhn.hapi : hapi-test sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.uhn.hapi" % "hapi-test" % "1.2"

Advertisement