| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторmoment-timezone |
| Версия | Версия0.5.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| moment-timezone-0.5.3.pom | |
| moment-timezone-0.5.3.jar | 277 KB |
| moment-timezone-0.5.3-sources.jar | 22 bytes |
| moment-timezone-0.5.3-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/moment-timezone/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>moment-timezone</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/moment-timezone/
implementation 'org.webjars.npm:moment-timezone:0.5.3'
// https://jarcasting.com/artifacts/org.webjars.npm/moment-timezone/
implementation ("org.webjars.npm:moment-timezone:0.5.3")
'org.webjars.npm:moment-timezone:jar:0.5.3'
<dependency org="org.webjars.npm" name="moment-timezone" rev="0.5.3">
<artifact name="moment-timezone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='moment-timezone', version='0.5.3')
)
libraryDependencies += "org.webjars.npm" % "moment-timezone" % "0.5.3"
[org.webjars.npm/moment-timezone "0.5.3"]