| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdcornerstone-tools |
| Version | Version3.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cornerstone-tools-3.4.1.pom | |
| cornerstone-tools-3.4.1.jar | 725 KB |
| cornerstone-tools-3.4.1-sources.jar | 22 bytes |
| cornerstone-tools-3.4.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cornerstone-tools/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cornerstone-tools</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cornerstone-tools/
implementation 'org.webjars.npm:cornerstone-tools:3.4.1'
// https://jarcasting.com/artifacts/org.webjars.npm/cornerstone-tools/
implementation ("org.webjars.npm:cornerstone-tools:3.4.1")
'org.webjars.npm:cornerstone-tools:jar:3.4.1'
<dependency org="org.webjars.npm" name="cornerstone-tools" rev="3.4.1">
<artifact name="cornerstone-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cornerstone-tools', version='3.4.1')
)
libraryDependencies += "org.webjars.npm" % "cornerstone-tools" % "3.4.1"
[org.webjars.npm/cornerstone-tools "3.4.1"]