GroupId | GroupIdcom.nedap.healthcare.archie |
---|---|
ArtifactId | ArtifactIdaom |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
aom-0.5.4.pom | |
aom-0.5.4.jar | 238 KB |
aom-0.5.4-sources.jar | 144 KB |
aom-0.5.4-javadoc.jar | 637 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nedap.healthcare.archie/aom/ -->
<dependency>
<groupId>com.nedap.healthcare.archie</groupId>
<artifactId>aom</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nedap.healthcare.archie/aom/
implementation 'com.nedap.healthcare.archie:aom:0.5.4'
// https://jarcasting.com/artifacts/com.nedap.healthcare.archie/aom/
implementation ("com.nedap.healthcare.archie:aom:0.5.4")
'com.nedap.healthcare.archie:aom:jar:0.5.4'
<dependency org="com.nedap.healthcare.archie" name="aom" rev="0.5.4">
<artifact name="aom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nedap.healthcare.archie', module='aom', version='0.5.4')
)
libraryDependencies += "com.nedap.healthcare.archie" % "aom" % "0.5.4"
[com.nedap.healthcare.archie/aom "0.5.4"]