j

jdk8

Annotated JDK 8 consists of Checker Framework annotations for the Open JDK Java 8 API. 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.3.0.jar download
jdk8-3.3.0.pom download
jdk8-3.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.checkerframework</groupId>
  <artifactId>jdk8</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.checkerframework:jdk8:3.3.0'
Gradle Kotlin
implementation("org.checkerframework:jdk8:3.3.0")
Scala SBT
libraryDependencies += "org.checkerframework" % "jdk8" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.checkerframework', module='jdk8', version='3.3.0')
)
Apache Ivy
<dependency org="org.checkerframework" name="jdk8" rev="3.3.0" />
Leiningen
[org.checkerframework/jdk8 "3.3.0"]
Apache Buildr
'org.checkerframework:jdk8:jar:3.3.0'
Dependencies
The project has no third-party dependencies