文件下载
文件名 操作
restx-parent-0.35-rc4.pom 下载
Apache Maven
<dependency>
  <groupId>io.restx</groupId>
  <artifactId>restx-parent</artifactId>
  <version>0.35-rc4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.restx:restx-parent:0.35-rc4'
Gradle Kotlin
implementation("io.restx:restx-parent:0.35-rc4")
Scala SBT
libraryDependencies += "io.restx" % "restx-parent" % "0.35-rc4"
Groovy Grape
@Grapes(
  @Grab(group='io.restx', module='restx-parent', version='0.35-rc4')
)
Apache Ivy
<dependency org="io.restx" name="restx-parent" rev="0.35-rc4" />
Leiningen
[io.restx/restx-parent "0.35-rc4"]
Apache Buildr
'io.restx:restx-parent:jar:0.35-rc4'