c

compiler

The Type Annotations Compiler is a fully backwards compatible customization of the Open JDK javac compiler with additional support for type annotations.
http://types.cs.washington.edu/jsr308/
GNU General Public License, version 2 (GPL2)
Michael Ernst Werner M. Dietl Suzanne Millstein David McArthur David McArthur Dan Brown Jonathan G. Burke
Files download
File Operation
compiler-1.9.5.jar download
compiler-1.9.5.pom download
compiler-1.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.checkerframework</groupId>
  <artifactId>compiler</artifactId>
  <version>1.9.5</version>
</dependency>
Gradle Groovy
implementation 'org.checkerframework:compiler:1.9.5'
Gradle Kotlin
implementation("org.checkerframework:compiler:1.9.5")
Scala SBT
libraryDependencies += "org.checkerframework" % "compiler" % "1.9.5"
Groovy Grape
@Grapes(
  @Grab(group='org.checkerframework', module='compiler', version='1.9.5')
)
Apache Ivy
<dependency org="org.checkerframework" name="compiler" rev="1.9.5" />
Leiningen
[org.checkerframework/compiler "1.9.5"]
Apache Buildr
'org.checkerframework:compiler:jar:1.9.5'
Dependencies
The project has no third-party dependencies