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