GroupId | GroupIdcom.github.charleslzq |
---|---|
ArtifactId | ArtifactIddicom-tools |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
dicom-tools-1.0.3.pom | |
dicom-tools-1.0.3.jar | 215 KB |
dicom-tools-1.0.3-sources.jar | 21 KB |
dicom-tools-1.0.3-javadoc.jar | 24 KB |
dicom-tools-1.0.3-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.charleslzq/dicom-tools/ -->
<dependency>
<groupId>com.github.charleslzq</groupId>
<artifactId>dicom-tools</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/dicom-tools/
implementation 'com.github.charleslzq:dicom-tools:1.0.3'
// https://jarcasting.com/artifacts/com.github.charleslzq/dicom-tools/
implementation ("com.github.charleslzq:dicom-tools:1.0.3")
'com.github.charleslzq:dicom-tools:jar:1.0.3'
<dependency org="com.github.charleslzq" name="dicom-tools" rev="1.0.3">
<artifact name="dicom-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='dicom-tools', version='1.0.3')
)
libraryDependencies += "com.github.charleslzq" % "dicom-tools" % "1.0.3"
[com.github.charleslzq/dicom-tools "1.0.3"]