| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.rapidclipse | 
| ArtifactId | ArtifactIdrap | 
| Version | Version10.02.02-RAP-GA | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| rap-10.02.02-RAP-GA.pom | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.rapidclipse/rap/ -->
<dependency>
    <groupId>com.rapidclipse</groupId>
    <artifactId>rap</artifactId>
    <version>10.02.02-RAP-GA</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.rapidclipse/rap/
implementation 'com.rapidclipse:rap:10.02.02-RAP-GA'// https://jarcasting.com/artifacts/com.rapidclipse/rap/
implementation ("com.rapidclipse:rap:10.02.02-RAP-GA")'com.rapidclipse:rap:pom:10.02.02-RAP-GA'<dependency org="com.rapidclipse" name="rap" rev="10.02.02-RAP-GA">
  <artifact name="rap" type="pom" />
</dependency>@Grapes(
@Grab(group='com.rapidclipse', module='rap', version='10.02.02-RAP-GA')
)libraryDependencies += "com.rapidclipse" % "rap" % "10.02.02-RAP-GA"[com.rapidclipse/rap "10.02.02-RAP-GA"]