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
文件下载
文件名 操作
rainforest-0.0.4.jar 下载
rainforest-0.0.4.pom 下载
rainforest-0.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.iofairy</groupId>
  <artifactId>rainforest</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.iofairy:rainforest:0.0.4'
Gradle Kotlin
implementation("com.iofairy:rainforest:0.0.4")
Scala SBT
libraryDependencies += "com.iofairy" % "rainforest" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.iofairy', module='rainforest', version='0.0.4')
)
Apache Ivy
<dependency org="com.iofairy" name="rainforest" rev="0.0.4" />
Leiningen
[com.iofairy/rainforest "0.0.4"]
Apache Buildr
'com.iofairy:rainforest:jar:0.0.4'