c

commons-nio-test

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