i

io

Functional wrappers for Java 8 IO
Files download
File Operation
io-0.1.2.jar download
io-0.1.2.pom download
io-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tailoredshapes.underbar</groupId>
  <artifactId>io</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.tailoredshapes.underbar:io:0.1.2'
Gradle Kotlin
implementation("com.tailoredshapes.underbar:io:0.1.2")
Scala SBT
libraryDependencies += "com.tailoredshapes.underbar" % "io" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.tailoredshapes.underbar', module='io', version='0.1.2')
)
Apache Ivy
<dependency org="com.tailoredshapes.underbar" name="io" rev="0.1.2" />
Leiningen
[com.tailoredshapes.underbar/io "0.1.2"]
Apache Buildr
'com.tailoredshapes.underbar:io:jar:0.1.2'