не последняя версия
Последняя версия 2.29.3

org.webjars.npm:moment 2.21.0

WebJar for moment

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

moment
Версия

Версия

2.21.0
Тип

Тип

jar

Скачать moment 2.21.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/moment/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>moment</artifactId>
    <version>2.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/moment/
implementation 'org.webjars.npm:moment:2.21.0'
// https://jarcasting.com/artifacts/org.webjars.npm/moment/
implementation ("org.webjars.npm:moment:2.21.0")
'org.webjars.npm:moment:jar:2.21.0'
<dependency org="org.webjars.npm" name="moment" rev="2.21.0">
  <artifact name="moment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='moment', version='2.21.0')
)
libraryDependencies += "org.webjars.npm" % "moment" % "2.21.0"
[org.webjars.npm/moment "2.21.0"]