License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdmomentjs |
Last Version | Last Version2.29.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMoment.js
WebJar for Moment.js
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
momentjs-2.29.3.pom | |
momentjs-2.29.3.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/momentjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>momentjs</artifactId>
<version>2.29.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/momentjs/
implementation 'org.webjars:momentjs:2.29.3'
// https://jarcasting.com/artifacts/org.webjars/momentjs/
implementation ("org.webjars:momentjs:2.29.3")
'org.webjars:momentjs:jar:2.29.3'
<dependency org="org.webjars" name="momentjs" rev="2.29.3">
<artifact name="momentjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='momentjs', version='2.29.3')
)
libraryDependencies += "org.webjars" % "momentjs" % "2.29.3"
[org.webjars/momentjs "2.29.3"]