MVN

org.eclipse.dirigible : dirigible-core-generation

Maven & Gradle

7 usages

Core - Generation

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-core-generation</artifactId>
    <version>5.12.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.12.11

All Versions

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

Version Vulnerabilities Updated
5.12.x
dirigible-core-generation-5.12.11
dirigible-core-generation-5.12.10
dirigible-core-generation-5.12.9
dirigible-core-generation-5.12.8
dirigible-core-generation-5.12.7
dirigible-core-generation-5.12.6
dirigible-core-generation-5.12.5
dirigible-core-generation-5.12.4
dirigible-core-generation-5.12.3
dirigible-core-generation-5.12.2
dirigible-core-generation-5.12.1
dirigible-core-generation-5.12.0
5.11.x
dirigible-core-generation-5.11.8
dirigible-core-generation-5.11.7
dirigible-core-generation-5.11.6
dirigible-core-generation-5.11.5
dirigible-core-generation-5.11.4
dirigible-core-generation-5.11.3
dirigible-core-generation-5.11.2
dirigible-core-generation-5.11.1
dirigible-core-generation-5.11.0
5.10.x
dirigible-core-generation-5.10.3
dirigible-core-generation-5.10.2
dirigible-core-generation-5.10.1
dirigible-core-generation-5.10.0
5.9.x
dirigible-core-generation-5.9.3
dirigible-core-generation-5.9.2
dirigible-core-generation-5.9.1
dirigible-core-generation-5.9.0
5.8.x
dirigible-core-generation-5.8.4
dirigible-core-generation-5.8.3
dirigible-core-generation-5.8.2
dirigible-core-generation-5.8.1
dirigible-core-generation-5.8.0
5.7.x
dirigible-core-generation-5.7.1
dirigible-core-generation-5.7.0
5.6.x
dirigible-core-generation-5.6.0
5.5.x
dirigible-core-generation-5.5.0
5.4.x
dirigible-core-generation-5.4.0
5.3.x
dirigible-core-generation-5.3.0
5.2.x
dirigible-core-generation-5.2.0
5.1.x
dirigible-core-generation-5.1.0
5.0.x
dirigible-core-generation-5.0.0
4.6.x
dirigible-core-generation-4.6.0
4.5.x
dirigible-core-generation-4.5.0
4.4.x
dirigible-core-generation-4.4.0
4.3.x
dirigible-core-generation-4.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-core-generation</artifactId>
    <version>5.12.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.dirigible:dirigible-core-generation:5.12.11'

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

implementation("org.eclipse.dirigible:dirigible-core-generation:5.12.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-generation" % "5.12.11"

Advertisement