r

restx-parent

RESTX is a full lightweight disrupting stack, which includes Swagger-like ui & considers REST specs tests as docs.
http://restx.io
The Apache Software License, Version 2.0
Xavier Hanin
文件下载
文件名 操作
restx-parent-1.0.0-rc3.pom 下载
Apache Maven
<dependency>
  <groupId>io.restx</groupId>
  <artifactId>restx-parent</artifactId>
  <version>1.0.0-rc3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.restx:restx-parent:1.0.0-rc3'
Gradle Kotlin
implementation("io.restx:restx-parent:1.0.0-rc3")
Scala SBT
libraryDependencies += "io.restx" % "restx-parent" % "1.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.restx', module='restx-parent', version='1.0.0-rc3')
)
Apache Ivy
<dependency org="io.restx" name="restx-parent" rev="1.0.0-rc3" />
Leiningen
[io.restx/restx-parent "1.0.0-rc3"]
Apache Buildr
'io.restx:restx-parent:jar:1.0.0-rc3'
本项目依赖
该项目无第三方依赖