License |
License |
---|---|
GroupId | GroupIdio.github.eisop |
ArtifactId | ArtifactIdchecker-qual-android |
Last Version | Last Version3.22.1-eisop1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionChecker Qual Android
checker-qual-android contains annotations (type qualifiers) that a programmer
writes to specify Java code for type-checking by the Checker Framework.
The checker-qual-android artifact is identical to the checker-qual
artifact, except that in checker-qual-android annotations have classfile
retention. The default Android Gradle plugin retains types annotated with
runtime annotations in the main dex, but strips out class-retention
annotations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.eisop/checker-qual-android/ -->
<dependency>
<groupId>io.github.eisop</groupId>
<artifactId>checker-qual-android</artifactId>
<version>3.22.1-eisop1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eisop/checker-qual-android/
implementation 'io.github.eisop:checker-qual-android:3.22.1-eisop1'
// https://jarcasting.com/artifacts/io.github.eisop/checker-qual-android/
implementation ("io.github.eisop:checker-qual-android:3.22.1-eisop1")
'io.github.eisop:checker-qual-android:jar:3.22.1-eisop1'
<dependency org="io.github.eisop" name="checker-qual-android" rev="3.22.1-eisop1">
<artifact name="checker-qual-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eisop', module='checker-qual-android', version='3.22.1-eisop1')
)
libraryDependencies += "io.github.eisop" % "checker-qual-android" % "3.22.1-eisop1"
[io.github.eisop/checker-qual-android "3.22.1-eisop1"]
Version |
---|
3.22.1-eisop1
|
3.22.0-eisop1
|
3.21.4-eisop1
|
3.21.3-eisop1
|
3.21.2-eisop1
|
3.0.0-b2
|
3.0.0-b1
|