Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdredoc-cli |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
redoc-cli-0.9.8.pom | |
redoc-cli-0.9.8.jar | 11 KB |
redoc-cli-0.9.8-sources.jar | 22 bytes |
redoc-cli-0.9.8-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/redoc-cli/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>redoc-cli</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/redoc-cli/
implementation 'org.webjars.npm:redoc-cli:0.9.8'
// https://jarcasting.com/artifacts/org.webjars.npm/redoc-cli/
implementation ("org.webjars.npm:redoc-cli:0.9.8")
'org.webjars.npm:redoc-cli:jar:0.9.8'
<dependency org="org.webjars.npm" name="redoc-cli" rev="0.9.8">
<artifact name="redoc-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='redoc-cli', version='0.9.8')
)
libraryDependencies += "org.webjars.npm" % "redoc-cli" % "0.9.8"
[org.webjars.npm/redoc-cli "0.9.8"]