MVN

org.eclipse.dirigible.releng.nexus : allinone

Maven & Gradle

Jun 15, 2017
198 stars

Eclipse Dirigible - AllInOne - WAR · Eclipse Dirigible is a Cloud Development Platform providing development tools and runtime environment. It supports full development life-cycle of on-demand applications by leveraging in-system programming models and rapid application development techniques.

<dependency>
    <groupId>org.eclipse.dirigible.releng.nexus</groupId>
    <artifactId>allinone</artifactId>
    <version>2.7.170615</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.dirigible.releng.nexus : allinone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.170615

All Versions

Choose a version of org.eclipse.dirigible.releng.nexus : allinone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
allinone-2.7.170615

How to add a dependency to Maven

Add the following org.eclipse.dirigible.releng.nexus : allinone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.dirigible.releng.nexus</groupId>
    <artifactId>allinone</artifactId>
    <version>2.7.170615</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.dirigible.releng.nexus : allinone gradle dependency to your build.gradle file:

implementation 'org.eclipse.dirigible.releng.nexus:allinone:2.7.170615'

Gradle Kotlin DSL: Add the following org.eclipse.dirigible.releng.nexus : allinone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.dirigible.releng.nexus:allinone:2.7.170615")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.dirigible.releng.nexus : allinone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.dirigible.releng.nexus" % "allinone" % "2.7.170615"