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