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