MVN

ca.uhn.hapi : hapi-structures-v231-alternatenames

Maven & Gradle

Apr 01, 2013

HAPI - Java HL7 API - Generated Structures v2.3.1 (Alternate Names)

<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-structures-v231-alternatenames</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1

All Versions

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

Version Vulnerabilities Updated
2.1
hapi-structures-v231-alternatenames-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-structures-v231-alternatenames</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ca.uhn.hapi:hapi-structures-v231-alternatenames:2.1'

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

implementation("ca.uhn.hapi:hapi-structures-v231-alternatenames:2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "ca.uhn.hapi" % "hapi-structures-v231-alternatenames" % "2.1"