is not current version
Last Version 3.3.0

org.checkerframework:jdk8 1.9.2

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.

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

jdk8
Version

Version

1.9.2
Type

Type

jar

Download jdk8 1.9.2


<!-- https://jarcasting.com/artifacts/org.checkerframework/jdk8/ -->
<dependency>
    <groupId>org.checkerframework</groupId>
    <artifactId>jdk8</artifactId>
    <version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework/jdk8/
implementation 'org.checkerframework:jdk8:1.9.2'
// https://jarcasting.com/artifacts/org.checkerframework/jdk8/
implementation ("org.checkerframework:jdk8:1.9.2")
'org.checkerframework:jdk8:jar:1.9.2'
<dependency org="org.checkerframework" name="jdk8" rev="1.9.2">
  <artifact name="jdk8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework', module='jdk8', version='1.9.2')
)
libraryDependencies += "org.checkerframework" % "jdk8" % "1.9.2"
[org.checkerframework/jdk8 "1.9.2"]