| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdjstz |
| Version | Version1.0.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jstz-1.0.11.pom | |
| jstz-1.0.11.jar | 32 KB |
| jstz-1.0.11-sources.jar | 22 bytes |
| jstz-1.0.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jstz/
implementation 'org.webjars.npm:jstz:1.0.11'
// https://jarcasting.com/artifacts/org.webjars.npm/jstz/
implementation ("org.webjars.npm:jstz:1.0.11")
'org.webjars.npm:jstz:jar:1.0.11'
<dependency org="org.webjars.npm" name="jstz" rev="1.0.11">
<artifact name="jstz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jstz', version='1.0.11')
)
libraryDependencies += "org.webjars.npm" % "jstz" % "1.0.11"
[org.webjars.npm/jstz "1.0.11"]