文件下载
文件名 操作
org.jresearch.gwt.momentjs.lib-1.0.9.jar 下载
org.jresearch.gwt.momentjs.lib-1.0.9.pom 下载
org.jresearch.gwt.momentjs.lib-1.0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jresearch.gwt.momentjs</groupId>
  <artifactId>org.jresearch.gwt.momentjs.lib</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'org.jresearch.gwt.momentjs:org.jresearch.gwt.momentjs.lib:1.0.9'
Gradle Kotlin
implementation("org.jresearch.gwt.momentjs:org.jresearch.gwt.momentjs.lib:1.0.9")
Scala SBT
libraryDependencies += "org.jresearch.gwt.momentjs" % "org.jresearch.gwt.momentjs.lib" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.jresearch.gwt.momentjs', module='org.jresearch.gwt.momentjs.lib', version='1.0.9')
)
Apache Ivy
<dependency org="org.jresearch.gwt.momentjs" name="org.jresearch.gwt.momentjs.lib" rev="1.0.9" />
Leiningen
[org.jresearch.gwt.momentjs/org.jresearch.gwt.momentjs.lib "1.0.9"]
Apache Buildr
'org.jresearch.gwt.momentjs:org.jresearch.gwt.momentjs.lib:jar:1.0.9'