文件下载
文件名 操作
commons-io-2.8.0.jar 下载
commons-io-2.8.0.pom 下载
commons-io-2.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.checkerframework.annotatedlib</groupId>
  <artifactId>commons-io</artifactId>
  <version>2.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.checkerframework.annotatedlib:commons-io:2.8.0'
Gradle Kotlin
implementation("org.checkerframework.annotatedlib:commons-io:2.8.0")
Scala SBT
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-io" % "2.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.checkerframework.annotatedlib', module='commons-io', version='2.8.0')
)
Apache Ivy
<dependency org="org.checkerframework.annotatedlib" name="commons-io" rev="2.8.0" />
Leiningen
[org.checkerframework.annotatedlib/commons-io "2.8.0"]
Apache Buildr
'org.checkerframework.annotatedlib:commons-io:jar:2.8.0'
本项目依赖
该项目无第三方依赖