c

commons-nio-test

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