r

redoc

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