| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse | 
| ArtifactId | ArtifactIdrcp | 
| Version | Version3.2.0-v20060605 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| rcp-3.2.0-v20060605.pom | |
| rcp-3.2.0-v20060605.jar | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse/rcp/ -->
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>rcp</artifactId>
    <version>3.2.0-v20060605</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse/rcp/
implementation 'org.eclipse:rcp:3.2.0-v20060605'// https://jarcasting.com/artifacts/org.eclipse/rcp/
implementation ("org.eclipse:rcp:3.2.0-v20060605")'org.eclipse:rcp:jar:3.2.0-v20060605'<dependency org="org.eclipse" name="rcp" rev="3.2.0-v20060605">
  <artifact name="rcp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse', module='rcp', version='3.2.0-v20060605')
)libraryDependencies += "org.eclipse" % "rcp" % "3.2.0-v20060605"[org.eclipse/rcp "3.2.0-v20060605"]