MVN

org.ehrbase.openehr.sdk : building

Maven & Gradle

Jun 06, 2023
3 usages
36 stars
<dependency>
    <groupId>org.ehrbase.openehr.sdk</groupId>
    <artifactId>building</artifactId>
    <version>1.29.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.29.0

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ehrbase.openehr.sdk</groupId>
    <artifactId>building</artifactId>
    <version>1.29.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ehrbase.openehr.sdk:building:1.29.0'

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

implementation("org.ehrbase.openehr.sdk:building:1.29.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ehrbase.openehr.sdk" % "building" % "1.29.0"

Advertisement