moment-mini
This package exposes moment.min.js as an npm module so you can import/require the minified version of moment into your projects without the bloat of the locales.
This package will follow the moment.js releases.
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdmoment-mini |
| Last Version | Last Version2.24.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmoment-mini
WebJar for moment-mini
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| moment-mini-2.24.0.pom | |
| moment-mini-2.24.0.jar | 24 KB |
| moment-mini-2.24.0-sources.jar | 22 bytes |
| moment-mini-2.24.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/moment-mini/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>moment-mini</artifactId>
<version>2.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/moment-mini/
implementation 'org.webjars.npm:moment-mini:2.24.0'
// https://jarcasting.com/artifacts/org.webjars.npm/moment-mini/
implementation ("org.webjars.npm:moment-mini:2.24.0")
'org.webjars.npm:moment-mini:jar:2.24.0'
<dependency org="org.webjars.npm" name="moment-mini" rev="2.24.0">
<artifact name="moment-mini" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='moment-mini', version='2.24.0')
)
libraryDependencies += "org.webjars.npm" % "moment-mini" % "2.24.0"
[org.webjars.npm/moment-mini "2.24.0"]
This package exposes moment.min.js as an npm module so you can import/require the minified version of moment into your projects without the bloat of the locales.
This package will follow the moment.js releases.