| GroupId | GroupIdorg.ehrbase.openehr |
|---|---|
| ArtifactId | ArtifactIdterminology |
| Version | Version0.11.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| terminology-0.11.0.pom | |
| terminology-0.11.0.jar | 42 KB |
| terminology-0.11.0-sources.jar | 48 KB |
| terminology-0.11.0-javadoc.jar | 505 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ehrbase.openehr/terminology/ -->
<dependency>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>terminology</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehrbase.openehr/terminology/
implementation 'org.ehrbase.openehr:terminology:0.11.0'
// https://jarcasting.com/artifacts/org.ehrbase.openehr/terminology/
implementation ("org.ehrbase.openehr:terminology:0.11.0")
'org.ehrbase.openehr:terminology:jar:0.11.0'
<dependency org="org.ehrbase.openehr" name="terminology" rev="0.11.0">
<artifact name="terminology" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehrbase.openehr', module='terminology', version='0.11.0')
)
libraryDependencies += "org.ehrbase.openehr" % "terminology" % "0.11.0"
[org.ehrbase.openehr/terminology "0.11.0"]