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