Last Version

Type Annotations Compiler 2.4.0

The Type Annotations Compiler is a fully backwards compatible customization of the Open JDK javac compiler with additional support for type annotations.

License

License

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

compiler
Version

Version

2.4.0
Type

Type

jar
Description

Description

Type Annotations Compiler
The Type Annotations Compiler is a fully backwards compatible customization of the Open JDK javac compiler with additional support for type annotations.
Project URL

Project URL

https://checkerframework.org/jsr308/

Download compiler 2.4.0


<!-- https://jarcasting.com/artifacts/org.checkerframework/compiler/ -->
<dependency>
    <groupId>org.checkerframework</groupId>
    <artifactId>compiler</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework/compiler/
implementation 'org.checkerframework:compiler:2.4.0'
// https://jarcasting.com/artifacts/org.checkerframework/compiler/
implementation ("org.checkerframework:compiler:2.4.0")
'org.checkerframework:compiler:jar:2.4.0'
<dependency org="org.checkerframework" name="compiler" rev="2.4.0">
  <artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework', module='compiler', version='2.4.0')
)
libraryDependencies += "org.checkerframework" % "compiler" % "2.4.0"
[org.checkerframework/compiler "2.4.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.