文件下载
文件名 操作
rainforest-parent-0.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.iofairy</groupId>
  <artifactId>rainforest-parent</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.iofairy:rainforest-parent:0.2.0'
Gradle Kotlin
implementation("com.iofairy:rainforest-parent:0.2.0")
Scala SBT
libraryDependencies += "com.iofairy" % "rainforest-parent" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.iofairy', module='rainforest-parent', version='0.2.0')
)
Apache Ivy
<dependency org="com.iofairy" name="rainforest-parent" rev="0.2.0" />
Leiningen
[com.iofairy/rainforest-parent "0.2.0"]
Apache Buildr
'com.iofairy:rainforest-parent:jar:0.2.0'
本项目依赖
该项目无第三方依赖