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