is not current version
Last Version 2.4.0

org.checkerframework:compiler 2.1.2

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

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

compiler
Version

Version

2.1.2
Type

Type

jar

Download compiler 2.1.2


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