MVN

org.mitre.synthea : synthea

Maven & Gradle

Jun 16, 2023
1.9k stars

Synthea · Synthetic Patient Population Simulator

<dependency>
    <groupId>org.mitre.synthea</groupId>
    <artifactId>synthea</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mitre.synthea : synthea to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of org.mitre.synthea : synthea to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
synthea-3.2.0
3.1.x
synthea-3.1.1
synthea-3.1.0
3.0.x
synthea-3.0.0
2.7.x
synthea-2.7.0
2.6.x
synthea-2.6.1
synthea-2.6.0
2.5.x
synthea-2.5.0

How to add a dependency to Maven

Add the following org.mitre.synthea : synthea maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mitre.synthea</groupId>
    <artifactId>synthea</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mitre.synthea : synthea gradle dependency to your build.gradle file:

implementation 'org.mitre.synthea:synthea:3.2.0'

Gradle Kotlin DSL: Add the following org.mitre.synthea : synthea gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mitre.synthea:synthea:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mitre.synthea : synthea sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mitre.synthea" % "synthea" % "3.2.0"