MVN

ca.uhn.hapi : hapi-examples

Maven & Gradle

Dec 16, 2011
1 usages

HAPI - 05 - Examples

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

Latest Version

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

  • Latest Stable: 1.2
  • Latest Beta: 1.2-beta1
  • Latest Alpha: 2.0-alpha1

All Versions

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

Version Vulnerabilities Updated
2.0
hapi-examples-2.0-alpha1
1.2
hapi-examples-1.2
hapi-examples-1.2-beta1
1.1
hapi-examples-1.1
hapi-examples-1.1-beta2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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