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