o

org.jresearch.gwt.time.pom

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