j

jdk8

Annotated JDK 8 consists of bytecode implementing the Open JDK Java 8 api annotated with Checker Framework annotations. Method implementations in this file are empty. This file should only be compiled against and should never be placed on the runtime classpath of a compiled program.
https://checkerframework.org
GNU General Public License, version 2 (GPL2), with the classpath exception
Michael Ernst Werner M. Dietl Suzanne Millstein
Files download
File Operation
jdk8-3.0.0-b2.jar download
jdk8-3.0.0-b2.pom download
jdk8-3.0.0-b2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eisop</groupId>
  <artifactId>jdk8</artifactId>
  <version>3.0.0-b2</version>
</dependency>
Gradle Groovy
implementation 'io.github.eisop:jdk8:3.0.0-b2'
Gradle Kotlin
implementation("io.github.eisop:jdk8:3.0.0-b2")
Scala SBT
libraryDependencies += "io.github.eisop" % "jdk8" % "3.0.0-b2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eisop', module='jdk8', version='3.0.0-b2')
)
Apache Ivy
<dependency org="io.github.eisop" name="jdk8" rev="3.0.0-b2" />
Leiningen
[io.github.eisop/jdk8 "3.0.0-b2"]
Apache Buildr
'io.github.eisop:jdk8:jar:3.0.0-b2'
Dependencies
The project has no third-party dependencies