Last Version

Checker Framework Testing Library 2.5.4

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

License

License

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

testlib
Version

Version

2.5.4
Type

Type

jar
Description

Description

Checker Framework Testing Library
Testlib is a collection of utility classes for testing checkers that use the Checker Framework.
Project URL

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

https://github.com/typetools/checker-framework.git

Download testlib 2.5.4


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

Dependencies

compile (2)

Group / Artifact Type Version
org.checkerframework : javacutil jar 2.5.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.