is not current version
Last Version 2.1.14

org.checkerframework:jdk7 1.9.10

Annotated JDK 7 consists of bytecode implementing the Open JDK Java 7 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

jdk7
Version

Version

1.9.10
Type

Type

jar

Download jdk7 1.9.10


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