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