r

redoc

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