Files download
File Operation
jre_emul-0.5.9.jar download
jre_emul-0.5.9.pom download
jre_emul-0.5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rwl</groupId>
  <artifactId>jre_emul</artifactId>
  <version>0.5.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.rwl:jre_emul:0.5.9'
Gradle Kotlin
implementation("com.github.rwl:jre_emul:0.5.9")
Scala SBT
libraryDependencies += "com.github.rwl" % "jre_emul" % "0.5.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rwl', module='jre_emul', version='0.5.9')
)
Apache Ivy
<dependency org="com.github.rwl" name="jre_emul" rev="0.5.9" />
Leiningen
[com.github.rwl/jre_emul "0.5.9"]
Apache Buildr
'com.github.rwl:jre_emul:jar:0.5.9'
Dependencies
The project has no third-party dependencies