MVN

org.eclipse.equinox : app

Maven & Gradle

Jul 28, 2014
37 usages

Equinox Application Container · Equinox Application Container

<dependency>
    <groupId>org.eclipse.equinox</groupId>
    <artifactId>app</artifactId>
    <version>1.3.200-v20130910-1609</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.equinox : app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.200-v20130910-1609

All Versions

Choose a version of org.eclipse.equinox : app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
app-1.3.200-v20130910-1609
app-1.3.100-v20130327-1442
1.0.x
app-1.0.0-v20070606

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.equinox</groupId>
    <artifactId>app</artifactId>
    <version>1.3.200-v20130910-1609</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.equinox : app gradle dependency to your build.gradle file:

implementation 'org.eclipse.equinox:app:1.3.200-v20130910-1609'

Gradle Kotlin DSL: Add the following org.eclipse.equinox : app gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.equinox:app:1.3.200-v20130910-1609")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.equinox : app sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.equinox" % "app" % "1.3.200-v20130910-1609"

Advertisement