License |
License |
---|---|
GroupId | GroupIdorg.checkerframework.annotatedlib |
ArtifactId | ArtifactIdcommons-io |
Version | Version2.8.0.1 |
Type | Typejar |
Description |
DescriptionCommons IO
Apache Commons Bytecode Engineering Library, with type annotations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-io-2.8.0.1.pom | |
commons-io-2.8.0.1.jar | 320 KB |
commons-io-2.8.0.1-sources.jar | 355 KB |
commons-io-2.8.0.1-javadoc.jar | 1022 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-io/ -->
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-io/
implementation 'org.checkerframework.annotatedlib:commons-io:2.8.0.1'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-io/
implementation ("org.checkerframework.annotatedlib:commons-io:2.8.0.1")
'org.checkerframework.annotatedlib:commons-io:jar:2.8.0.1'
<dependency org="org.checkerframework.annotatedlib" name="commons-io" rev="2.8.0.1">
<artifact name="commons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-io', version='2.8.0.1')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-io" % "2.8.0.1"
[org.checkerframework.annotatedlib/commons-io "2.8.0.1"]