MVN

health.matchbox : matchbox-engine

Maven & Gradle

Aug 09, 2023

matchbox-engine · An open-source implementation to support testing and implementation of FHIR based solutions and map or capture health data into HL7® FHIR®

<dependency>
    <groupId>health.matchbox</groupId>
    <artifactId>matchbox-engine</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of health.matchbox : matchbox-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3

All Versions

Choose a version of health.matchbox : matchbox-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
matchbox-engine-3.3.3
matchbox-engine-3.3.2
matchbox-engine-3.3.1
matchbox-engine-3.3.0
3.2.x
matchbox-engine-3.2.3
matchbox-engine-3.2.2
matchbox-engine-3.2.1

How to add a dependency to Maven

Add the following health.matchbox : matchbox-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>health.matchbox</groupId>
    <artifactId>matchbox-engine</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following health.matchbox : matchbox-engine gradle dependency to your build.gradle file:

implementation 'health.matchbox:matchbox-engine:3.3.3'

Gradle Kotlin DSL: Add the following health.matchbox : matchbox-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("health.matchbox:matchbox-engine:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following health.matchbox : matchbox-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "health.matchbox" % "matchbox-engine" % "3.3.3"

Advertisement