MVN

com.rapidclipse : rap-server-charts

Maven & Gradle

Aug 30, 2022
2 stars

Rapid Application Platform / Server / Charts · Rapid Application Platform / Server / Charts

<dependency>
    <groupId>com.rapidclipse</groupId>
    <artifactId>rap-server-charts</artifactId>
    <version>11.00.00-RAP-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rapidclipse : rap-server-charts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.00.00-RAP-GA

All Versions

Choose a version of com.rapidclipse : rap-server-charts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.00.x
rap-server-charts-11.00.00-RAP-GA
10.04.x
rap-server-charts-10.04.01-RAP-GA
rap-server-charts-10.04.00-RAP-GA
10.03.x
rap-server-charts-10.03.00-RAP-GA
10.02.x
rap-server-charts-10.02.02-RAP-GA
rap-server-charts-10.02.01-RAP-GA
rap-server-charts-10.02.00-RAP-GA

How to add a dependency to Maven

Add the following com.rapidclipse : rap-server-charts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rapidclipse</groupId>
    <artifactId>rap-server-charts</artifactId>
    <version>11.00.00-RAP-GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rapidclipse : rap-server-charts gradle dependency to your build.gradle file:

implementation 'com.rapidclipse:rap-server-charts:11.00.00-RAP-GA'

Gradle Kotlin DSL: Add the following com.rapidclipse : rap-server-charts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rapidclipse:rap-server-charts:11.00.00-RAP-GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rapidclipse : rap-server-charts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rapidclipse" % "rap-server-charts" % "11.00.00-RAP-GA"

Advertisement