Last Version

Annotated JDK 8 3.3.0

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.

License

License

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

jdk8
Version

Version

3.3.0
Type

Type

jar
Description

Description

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

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

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

Download jdk8 3.3.0


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

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.