is not current version
Last Version 3.0.0-b2

io.github.eisop:framework-all 3.0.0-b1

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

GroupId

GroupId

io.github.eisop
ArtifactId

ArtifactId

framework-all
Version

Version

3.0.0-b1
Type

Type

jar

Download framework-all 3.0.0-b1


<!-- https://jarcasting.com/artifacts/io.github.eisop/framework-all/ -->
<dependency>
    <groupId>io.github.eisop</groupId>
    <artifactId>framework-all</artifactId>
    <version>3.0.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eisop/framework-all/
implementation 'io.github.eisop:framework-all:3.0.0-b1'
// https://jarcasting.com/artifacts/io.github.eisop/framework-all/
implementation ("io.github.eisop:framework-all:3.0.0-b1")
'io.github.eisop:framework-all:jar:3.0.0-b1'
<dependency org="io.github.eisop" name="framework-all" rev="3.0.0-b1">
  <artifact name="framework-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eisop', module='framework-all', version='3.0.0-b1')
)
libraryDependencies += "io.github.eisop" % "framework-all" % "3.0.0-b1"
[io.github.eisop/framework-all "3.0.0-b1"]