r

redoc

WebJar for redoc
https://www.webjars.org
MIT
文件下载
文件名 操作
redoc-2.0.0-rc.31.jar 下载
redoc-2.0.0-rc.31.pom 下载
redoc-2.0.0-rc.31-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>redoc</artifactId>
  <version>2.0.0-rc.31</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:redoc:2.0.0-rc.31'
Gradle Kotlin
implementation("org.webjars.npm:redoc:2.0.0-rc.31")
Scala SBT
libraryDependencies += "org.webjars.npm" % "redoc" % "2.0.0-rc.31"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='redoc', version='2.0.0-rc.31')
)
Apache Ivy
<dependency org="org.webjars.npm" name="redoc" rev="2.0.0-rc.31" />
Leiningen
[org.webjars.npm/redoc "2.0.0-rc.31"]
Apache Buildr
'org.webjars.npm:redoc:jar:2.0.0-rc.31'