Files download
File Operation
org.jresearch.gwt.momentjs.lib-1.0.0.jar download
org.jresearch.gwt.momentjs.lib-1.0.0.pom download
org.jresearch.gwt.momentjs.lib-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jresearch.gwt.momentjs</groupId>
  <artifactId>org.jresearch.gwt.momentjs.lib</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.jresearch.gwt.momentjs:org.jresearch.gwt.momentjs.lib:1.0.0'
Gradle Kotlin
implementation("org.jresearch.gwt.momentjs:org.jresearch.gwt.momentjs.lib:1.0.0")
Scala SBT
libraryDependencies += "org.jresearch.gwt.momentjs" % "org.jresearch.gwt.momentjs.lib" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jresearch.gwt.momentjs', module='org.jresearch.gwt.momentjs.lib', version='1.0.0')
)
Apache Ivy
<dependency org="org.jresearch.gwt.momentjs" name="org.jresearch.gwt.momentjs.lib" rev="1.0.0" />
Leiningen
[org.jresearch.gwt.momentjs/org.jresearch.gwt.momentjs.lib "1.0.0"]
Apache Buildr
'org.jresearch.gwt.momentjs:org.jresearch.gwt.momentjs.lib:jar:1.0.0'