не последняя версия
Последняя версия 2.4.0

org.checkerframework:compiler 1.9.6

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

Группа

Группа

org.checkerframework
Идентификатор

Идентификатор

compiler
Версия

Версия

1.9.6
Тип

Тип

jar

Скачать compiler 1.9.6


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