| License | License | 
|---|---|
| GroupId | GroupIdorg.checkerframework | 
| ArtifactId | ArtifactIdcompiler | 
| Last Version | Last Version2.4.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionType 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 | 
| Filename | Size | 
|---|---|
| compiler-2.4.0.pom | |
| compiler-2.4.0.jar | 2 MB | 
| compiler-2.4.0-sources.jar | 593 bytes | 
| compiler-2.4.0-javadoc.jar | 593 bytes | 
| Browse | 
<!-- 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"]