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
文件下载
文件名 操作
compiler-2.1.4.jar 下载
compiler-2.1.4.pom 下载
compiler-2.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.checkerframework</groupId>
  <artifactId>compiler</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'org.checkerframework:compiler:2.1.4'
Gradle Kotlin
implementation("org.checkerframework:compiler:2.1.4")
Scala SBT
libraryDependencies += "org.checkerframework" % "compiler" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.checkerframework', module='compiler', version='2.1.4')
)
Apache Ivy
<dependency org="org.checkerframework" name="compiler" rev="2.1.4" />
Leiningen
[org.checkerframework/compiler "2.1.4"]
Apache Buildr
'org.checkerframework:compiler:jar:2.1.4'
本项目依赖
该项目无第三方依赖