| GroupId | GroupIdorg.mitre.synthea |
|---|---|
| ArtifactId | ArtifactIdsynthea |
| Version | Version2.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| synthea-2.5.0.pom | |
| synthea-2.5.0.jar | 28 MB |
| synthea-2.5.0-sources.jar | 264 KB |
| synthea-2.5.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mitre.synthea/synthea/ -->
<dependency>
<groupId>org.mitre.synthea</groupId>
<artifactId>synthea</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mitre.synthea/synthea/
implementation 'org.mitre.synthea:synthea:2.5.0'
// https://jarcasting.com/artifacts/org.mitre.synthea/synthea/
implementation ("org.mitre.synthea:synthea:2.5.0")
'org.mitre.synthea:synthea:jar:2.5.0'
<dependency org="org.mitre.synthea" name="synthea" rev="2.5.0">
<artifact name="synthea" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mitre.synthea', module='synthea', version='2.5.0')
)
libraryDependencies += "org.mitre.synthea" % "synthea" % "2.5.0"
[org.mitre.synthea/synthea "2.5.0"]