GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdredoc |
Version | Version2.0.0-rc.19 |
Type | Typejar |
Filename | Size |
---|---|
redoc-2.0.0-rc.19.pom | |
redoc-2.0.0-rc.19.jar | 1 MB |
redoc-2.0.0-rc.19-sources.jar | 22 bytes |
redoc-2.0.0-rc.19-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/redoc/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>redoc</artifactId>
<version>2.0.0-rc.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/redoc/
implementation 'org.webjars.npm:redoc:2.0.0-rc.19'
// https://jarcasting.com/artifacts/org.webjars.npm/redoc/
implementation ("org.webjars.npm:redoc:2.0.0-rc.19")
'org.webjars.npm:redoc:jar:2.0.0-rc.19'
<dependency org="org.webjars.npm" name="redoc" rev="2.0.0-rc.19">
<artifact name="redoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='redoc', version='2.0.0-rc.19')
)
libraryDependencies += "org.webjars.npm" % "redoc" % "2.0.0-rc.19"
[org.webjars.npm/redoc "2.0.0-rc.19"]