c

commons-io

Files download
File Operation
commons-io-0.0.15.pom download
Apache Maven
<dependency>
  <groupId>com.walterjwhite.infrastructure.dependencies</groupId>
  <artifactId>commons-io</artifactId>
  <version>0.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.walterjwhite.infrastructure.dependencies:commons-io:0.0.15'
Gradle Kotlin
implementation("com.walterjwhite.infrastructure.dependencies:commons-io:0.0.15")
Scala SBT
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "commons-io" % "0.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.walterjwhite.infrastructure.dependencies', module='commons-io', version='0.0.15')
)
Apache Ivy
<dependency org="com.walterjwhite.infrastructure.dependencies" name="commons-io" rev="0.0.15" />
Leiningen
[com.walterjwhite.infrastructure.dependencies/commons-io "0.0.15"]
Apache Buildr
'com.walterjwhite.infrastructure.dependencies:commons-io:jar:0.0.15'