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