r

redoc

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