GroupId | GroupIdorg.checkerframework.annotatedlib |
---|---|
ArtifactId | ArtifactIdcommons-io |
Version | Version2.7 |
Type | Typejar |
Filename | Size |
---|---|
commons-io-2.7.pom | |
commons-io-2.7.jar | 309 KB |
commons-io-2.7-sources.jar | 347 KB |
commons-io-2.7-javadoc.jar | 986 KB |
Browse |
<!-- 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"]