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