r

rainforest

Rainforest is a library of Java utility classes for Java 8+.
https://github.com/iofairy/rainforest
The Apache Software License, Version 2.0
Files download
File Operation
rainforest-0.3.6.jar download
rainforest-0.3.6.pom download
rainforest-0.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iofairy</groupId>
  <artifactId>rainforest</artifactId>
  <version>0.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.iofairy:rainforest:0.3.6'
Gradle Kotlin
implementation("com.iofairy:rainforest:0.3.6")
Scala SBT
libraryDependencies += "com.iofairy" % "rainforest" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.iofairy', module='rainforest', version='0.3.6')
)
Apache Ivy
<dependency org="com.iofairy" name="rainforest" rev="0.3.6" />
Leiningen
[com.iofairy/rainforest "0.3.6"]
Apache Buildr
'com.iofairy:rainforest:jar:0.3.6'