Last Version

Annotated JDK 7 2.1.14

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.

License

License

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

jdk7
Version

Version

2.1.14
Type

Type

jar
Description

Description

Annotated JDK 7
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.
Project URL

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

https://github.com/typetools/checker-framework.git

Download jdk7 2.1.14


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.