Download jdk8-2.5.2.jar file - Jar j

Jar examples for j:jdk8

Description

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.

You can download jar file jdk8 2.5.2 in this page.

License

GNU General Public License, version 2 (GPL2), with the classpath exception

Build File

You can use the following script to add jdk8-2.5.2.jar to your project.

<dependency>
   <groupId>org.checkerframework</groupId>
   <artifactId>jdk8</artifactId>
   <version>2.5.2</version>
</dependency>
compile group: 'org.checkerframework', name: 'jdk8', version: '2.5.2'
libraryDependencies += "org.checkerframework" % "jdk8" % "2.5.2"
<dependency org="org.checkerframework" name="jdk8" rev="2.5.2"/>
@Grapes(@Grab(group='org.checkerframework', module='jdk8', version='2.5.2'))
'org.checkerframework:jdk8:jar:2.5.2'

Download

Click the following link to download the jar file.

jdk8-2.5.2-javadoc.jar
jdk8-2.5.2-sources.jar
jdk8-2.5.2.jar
jdk8-2.5.2.pom



Related Tutorials