MVN

org.eclipse.dirigible : dirigible-commons-scripting

Maven & Gradle

Mar 08, 2023

Commons - Scripting

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-commons-scripting</artifactId>
    <version>7.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.dirigible : dirigible-commons-scripting to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.0

All Versions

Choose a version of org.eclipse.dirigible : dirigible-commons-scripting to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
dirigible-commons-scripting-7.2.0
7.1.x
dirigible-commons-scripting-7.1.6
dirigible-commons-scripting-7.1.5
dirigible-commons-scripting-7.1.4
dirigible-commons-scripting-7.1.3
dirigible-commons-scripting-7.1.2
dirigible-commons-scripting-7.1.1
dirigible-commons-scripting-7.1.0
7.0.x
dirigible-commons-scripting-7.0.0
6.3.x
dirigible-commons-scripting-6.3.31
dirigible-commons-scripting-6.3.30
dirigible-commons-scripting-6.3.29
dirigible-commons-scripting-6.3.28

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-commons-scripting</artifactId>
    <version>7.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.dirigible : dirigible-commons-scripting gradle dependency to your build.gradle file:

implementation 'org.eclipse.dirigible:dirigible-commons-scripting:7.2.0'

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

implementation("org.eclipse.dirigible:dirigible-commons-scripting:7.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.dirigible : dirigible-commons-scripting sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.dirigible" % "dirigible-commons-scripting" % "7.2.0"