GroupId | GroupIdcom.github.charleslzq |
---|---|
ArtifactId | ArtifactIddicom-tools |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
dicom-tools-1.0.2.pom | |
dicom-tools-1.0.2.jar | 185 KB |
dicom-tools-1.0.2-sources.jar | 17 KB |
dicom-tools-1.0.2-javadoc.jar | 24 KB |
dicom-tools-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/dicom-tools/
implementation 'com.github.charleslzq:dicom-tools:1.0.2'
// https://jarcasting.com/artifacts/com.github.charleslzq/dicom-tools/
implementation ("com.github.charleslzq:dicom-tools:1.0.2")
'com.github.charleslzq:dicom-tools:jar:1.0.2'
<dependency org="com.github.charleslzq" name="dicom-tools" rev="1.0.2">
<artifact name="dicom-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='dicom-tools', version='1.0.2')
)
libraryDependencies += "com.github.charleslzq" % "dicom-tools" % "1.0.2"
[com.github.charleslzq/dicom-tools "1.0.2"]