MVN

org.eclipse.dirigible : dirigible-runtime-ide-workspaces

Maven & Gradle

Jan 24, 2018
4 usages
192 stars

Runtime - IDE - Workspaces

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-runtime-ide-workspaces</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.dirigible : dirigible-runtime-ide-workspaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.eclipse.dirigible : dirigible-runtime-ide-workspaces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
dirigible-runtime-ide-workspaces-3.1.1
dirigible-runtime-ide-workspaces-3.1.0
3.0.x
dirigible-runtime-ide-workspaces-3.0.5
dirigible-runtime-ide-workspaces-3.0.4
dirigible-runtime-ide-workspaces-3.0.3
dirigible-runtime-ide-workspaces-3.0.2
dirigible-runtime-ide-workspaces-3.0.1
3.0
dirigible-runtime-ide-workspaces-3.0

How to add a dependency to Maven

Add the following org.eclipse.dirigible : dirigible-runtime-ide-workspaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-runtime-ide-workspaces</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.dirigible : dirigible-runtime-ide-workspaces gradle dependency to your build.gradle file:

implementation 'org.eclipse.dirigible:dirigible-runtime-ide-workspaces:3.1.1'

Gradle Kotlin DSL: Add the following org.eclipse.dirigible : dirigible-runtime-ide-workspaces gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.dirigible:dirigible-runtime-ide-workspaces:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.dirigible : dirigible-runtime-ide-workspaces sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.dirigible" % "dirigible-runtime-ide-workspaces" % "3.1.1"