g

gwt-time-dummy

Dummy GWT emulation classes for `java.time.Clock` and `java.time.Duration` without functionality! It's only used to enable build and use of validationengine, no need to use this in any other project.
https://gitlab.com/ManfredTremmel/gwt-bean-validators/-/tree/master/gwt-time-dummy
Apache License, Version 2.0
Manfred Tremmel
Files download
File Operation
gwt-time-dummy-2.1.3.jar download
gwt-time-dummy-2.1.3.pom download
gwt-time-dummy-2.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.knightsoft-net</groupId>
  <artifactId>gwt-time-dummy</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'de.knightsoft-net:gwt-time-dummy:2.1.3'
Gradle Kotlin
implementation("de.knightsoft-net:gwt-time-dummy:2.1.3")
Scala SBT
libraryDependencies += "de.knightsoft-net" % "gwt-time-dummy" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='de.knightsoft-net', module='gwt-time-dummy', version='2.1.3')
)
Apache Ivy
<dependency org="de.knightsoft-net" name="gwt-time-dummy" rev="2.1.3" />
Leiningen
[de.knightsoft-net/gwt-time-dummy "2.1.3"]
Apache Buildr
'de.knightsoft-net:gwt-time-dummy:jar:2.1.3'