is not current version
Last Version 2.8.0.1

org.checkerframework.annotatedlib:commons-io 2.7

Apache Commons Bytecode Engineering Library, with type annotations

GroupId

GroupId

org.checkerframework.annotatedlib
ArtifactId

ArtifactId

commons-io
Version

Version

2.7
Type

Type

jar

Download commons-io 2.7


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