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