| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdmoment-timezone |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| moment-timezone-0.4.1.pom | |
| moment-timezone-0.4.1.jar | 263 KB |
| moment-timezone-0.4.1-sources.jar | 22 bytes |
| moment-timezone-0.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/moment-timezone/
implementation 'org.webjars.npm:moment-timezone:0.4.1'
// https://jarcasting.com/artifacts/org.webjars.npm/moment-timezone/
implementation ("org.webjars.npm:moment-timezone:0.4.1")
'org.webjars.npm:moment-timezone:jar:0.4.1'
<dependency org="org.webjars.npm" name="moment-timezone" rev="0.4.1">
<artifact name="moment-timezone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='moment-timezone', version='0.4.1')
)
libraryDependencies += "org.webjars.npm" % "moment-timezone" % "0.4.1"
[org.webjars.npm/moment-timezone "0.4.1"]