| Categories | CategoriesCharts User Interface CLI | 
|---|---|
| GroupId | GroupIdcom.rapidclipse | 
| ArtifactId | ArtifactIdrap-server-charts | 
| Version | Version10.02.02-RAP-GA | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.rapidclipse/rap-server-charts/ -->
<dependency>
    <groupId>com.rapidclipse</groupId>
    <artifactId>rap-server-charts</artifactId>
    <version>10.02.02-RAP-GA</version>
</dependency>// https://jarcasting.com/artifacts/com.rapidclipse/rap-server-charts/
implementation 'com.rapidclipse:rap-server-charts:10.02.02-RAP-GA'// https://jarcasting.com/artifacts/com.rapidclipse/rap-server-charts/
implementation ("com.rapidclipse:rap-server-charts:10.02.02-RAP-GA")'com.rapidclipse:rap-server-charts:jar:10.02.02-RAP-GA'<dependency org="com.rapidclipse" name="rap-server-charts" rev="10.02.02-RAP-GA">
  <artifact name="rap-server-charts" type="jar" />
</dependency>@Grapes(
@Grab(group='com.rapidclipse', module='rap-server-charts', version='10.02.02-RAP-GA')
)libraryDependencies += "com.rapidclipse" % "rap-server-charts" % "10.02.02-RAP-GA"[com.rapidclipse/rap-server-charts "10.02.02-RAP-GA"]