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