Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdredoc-cli |
Version | Version0.10.4 |
Type | Typejar |
Filename | Size |
---|---|
redoc-cli-0.10.4.pom | |
redoc-cli-0.10.4.jar | 36 KB |
redoc-cli-0.10.4-sources.jar | 22 bytes |
redoc-cli-0.10.4-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.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/redoc-cli/
implementation 'org.webjars.npm:redoc-cli:0.10.4'
// https://jarcasting.com/artifacts/org.webjars.npm/redoc-cli/
implementation ("org.webjars.npm:redoc-cli:0.10.4")
'org.webjars.npm:redoc-cli:jar:0.10.4'
<dependency org="org.webjars.npm" name="redoc-cli" rev="0.10.4">
<artifact name="redoc-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='redoc-cli', version='0.10.4')
)
libraryDependencies += "org.webjars.npm" % "redoc-cli" % "0.10.4"
[org.webjars.npm/redoc-cli "0.10.4"]