r

redoc

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