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