is not current version
Last Version 3.22.1-eisop1

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

Framework-Test is a collection of utility classes for testing checkers that use the Checker Framework.

GroupId

GroupId

io.github.eisop
ArtifactId

ArtifactId

framework-test
Version

Version

3.0.0-b1
Type

Type

jar

Download framework-test 3.0.0-b1


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