MVN

org.ehrbase.openehr.sdk : util

Maven & Gradle

Aug 15, 2023
6 usages
36 stars
<dependency>
    <groupId>org.ehrbase.openehr.sdk</groupId>
    <artifactId>util</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ehrbase.openehr.sdk : util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.ehrbase.openehr.sdk : util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
util-2.2.0
2.1.x
util-2.1.0
2.0.x
util-2.0.0
1.29.x
util-1.29.0
1.28.x
util-1.28.0
1.27.x
util-1.27.0
1.26.x
util-1.26.0
1.25.x
util-1.25.0
1.24.x
util-1.24.0
1.23.x
util-1.23.0
1.22.x
util-1.22.0
1.21.x
util-1.21.0
1.20.x
util-1.20.0
1.19.x
util-1.19.0
1.18.x
util-1.18.0
1.17.x
util-1.17.0
1.6.x
util-1.6.0

How to add a dependency to Maven

Add the following org.ehrbase.openehr.sdk : util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ehrbase.openehr.sdk</groupId>
    <artifactId>util</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ehrbase.openehr.sdk : util gradle dependency to your build.gradle file:

implementation 'org.ehrbase.openehr.sdk:util:2.2.0'

Gradle Kotlin DSL: Add the following org.ehrbase.openehr.sdk : util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ehrbase.openehr.sdk:util:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ehrbase.openehr.sdk : util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ehrbase.openehr.sdk" % "util" % "2.2.0"

Advertisement