Please see the Checker Framework manual (HTML, PDF).
The history of releases and changes is in file changelog.txt.
Documentation for Checker Framework developers is in directory docs/developer/
.
License |
License |
---|---|
GroupId | GroupIdio.github.eisop |
ArtifactId | ArtifactIdjdk8 |
Last Version | Last Version3.0.0-b2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotated JDK 8
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdk8-3.0.0-b2.pom | |
jdk8-3.0.0-b2.jar | 917 KB |
jdk8-3.0.0-b2-sources.jar | 656 bytes |
jdk8-3.0.0-b2-javadoc.jar | 656 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eisop/jdk8/ -->
<dependency>
<groupId>io.github.eisop</groupId>
<artifactId>jdk8</artifactId>
<version>3.0.0-b2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eisop/jdk8/
implementation 'io.github.eisop:jdk8:3.0.0-b2'
// https://jarcasting.com/artifacts/io.github.eisop/jdk8/
implementation ("io.github.eisop:jdk8:3.0.0-b2")
'io.github.eisop:jdk8:jar:3.0.0-b2'
<dependency org="io.github.eisop" name="jdk8" rev="3.0.0-b2">
<artifact name="jdk8" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eisop', module='jdk8', version='3.0.0-b2')
)
libraryDependencies += "io.github.eisop" % "jdk8" % "3.0.0-b2"
[io.github.eisop/jdk8 "3.0.0-b2"]
Please see the Checker Framework manual (HTML, PDF).
The history of releases and changes is in file changelog.txt.
Documentation for Checker Framework developers is in directory docs/developer/
.