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