o

org.jresearch.gwt.time.demo.time03

JRS: GWT port of JSR-310 (java.time) based on ThreeTen backport project (https://www.threeten.org/threetenbp)
https://github.com/foal/demo/org.jresearch.gwt.time.demo.time03
BSD-3-Clause
Stephen Colebourne
Files download
File Operation
org.jresearch.gwt.time.demo.time03-2.0.11.pom download
org.jresearch.gwt.time.demo.time03-2.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jresearch.gwt.time</groupId>
  <artifactId>org.jresearch.gwt.time.demo.time03</artifactId>
  <version>2.0.11</version>
  <type>gwt-app</type>
</dependency>
Gradle Groovy
implementation 'org.jresearch.gwt.time:org.jresearch.gwt.time.demo.time03:2.0.11'
Gradle Kotlin
implementation("org.jresearch.gwt.time:org.jresearch.gwt.time.demo.time03:2.0.11")
Scala SBT
libraryDependencies += "org.jresearch.gwt.time" % "org.jresearch.gwt.time.demo.time03" % "2.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.jresearch.gwt.time', module='org.jresearch.gwt.time.demo.time03', version='2.0.11')
)
Apache Ivy
<dependency org="org.jresearch.gwt.time" name="org.jresearch.gwt.time.demo.time03" rev="2.0.11" />
Leiningen
[org.jresearch.gwt.time/org.jresearch.gwt.time.demo.time03 "2.0.11"]
Apache Buildr
'org.jresearch.gwt.time:org.jresearch.gwt.time.demo.time03:jar:2.0.11'