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