MVN

org.eclipse.ui.presentations : r21

Maven & Gradle

Nov 27, 2007

R21 Presentation Plug-in

<dependency>
    <groupId>org.eclipse.ui.presentations</groupId>
    <artifactId>r21</artifactId>
    <version>3.2.0-I20060605-1400</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.ui.presentations : r21 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-I20060605-1400

All Versions

Choose a version of org.eclipse.ui.presentations : r21 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
r21-3.2.100-I20070605-0010
r21-3.2.0-I20060605-1400

How to add a dependency to Maven

Add the following org.eclipse.ui.presentations : r21 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.ui.presentations</groupId>
    <artifactId>r21</artifactId>
    <version>3.2.0-I20060605-1400</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.ui.presentations : r21 gradle dependency to your build.gradle file:

implementation 'org.eclipse.ui.presentations:r21:3.2.0-I20060605-1400'

Gradle Kotlin DSL: Add the following org.eclipse.ui.presentations : r21 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.ui.presentations:r21:3.2.0-I20060605-1400")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.ui.presentations : r21 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.ui.presentations" % "r21" % "3.2.0-I20060605-1400"