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