| GroupId | GroupIdde.samply |
|---|---|
| ArtifactId | ArtifactIdconverter.dktk.patient |
| Version | Version2.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.samply/converter.dktk.patient/ -->
<dependency>
<groupId>de.samply</groupId>
<artifactId>converter.dktk.patient</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.samply/converter.dktk.patient/
implementation 'de.samply:converter.dktk.patient:2.0.0'
// https://jarcasting.com/artifacts/de.samply/converter.dktk.patient/
implementation ("de.samply:converter.dktk.patient:2.0.0")
'de.samply:converter.dktk.patient:jar:2.0.0'
<dependency org="de.samply" name="converter.dktk.patient" rev="2.0.0">
<artifact name="converter.dktk.patient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.samply', module='converter.dktk.patient', version='2.0.0')
)
libraryDependencies += "de.samply" % "converter.dktk.patient" % "2.0.0"
[de.samply/converter.dktk.patient "2.0.0"]