MVN

org.webjars.npm : github-com-rapi-doc-RapiDoc

Maven & Gradle

Apr 04, 2023
1.5k stars

rapidoc · WebJar for rapidoc

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-rapi-doc-RapiDoc</artifactId>
    <version>9.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : github-com-rapi-doc-RapiDoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.3.4
  • Latest Beta: 9.2.0-beta

All Versions

Choose a version of org.webjars.npm : github-com-rapi-doc-RapiDoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.3.x
github-com-rapi-doc-RapiDoc-9.3.4
9.2.x
github-com-rapi-doc-RapiDoc-9.2.0-beta

How to add a dependency to Maven

Add the following org.webjars.npm : github-com-rapi-doc-RapiDoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-rapi-doc-RapiDoc</artifactId>
    <version>9.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : github-com-rapi-doc-RapiDoc gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:github-com-rapi-doc-RapiDoc:9.3.4'

Gradle Kotlin DSL: Add the following org.webjars.npm : github-com-rapi-doc-RapiDoc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:github-com-rapi-doc-RapiDoc:9.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : github-com-rapi-doc-RapiDoc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "github-com-rapi-doc-RapiDoc" % "9.3.4"

Advertisement