MVN

org.eclipse.dirigible : dirigible-core-templating

Maven & Gradle

Jul 19, 2023
6 usages

Core - Templating

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

Latest Version

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

  • Latest Stable: 6.3.16.5

All Versions

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

Version Vulnerabilities Updated
6.3.x
dirigible-core-templating-6.3.20
dirigible-core-templating-6.3.19
dirigible-core-templating-6.3.18
dirigible-core-templating-6.3.17
dirigible-core-templating-6.3.16.5
dirigible-core-templating-6.3.16.4
dirigible-core-templating-6.3.16.3
dirigible-core-templating-6.3.16.2
dirigible-core-templating-6.3.16.1
dirigible-core-templating-6.3.16
dirigible-core-templating-6.3.15
dirigible-core-templating-6.3.14
dirigible-core-templating-6.3.12
dirigible-core-templating-6.3.11
dirigible-core-templating-6.3.10
dirigible-core-templating-6.3.9
dirigible-core-templating-6.3.8
dirigible-core-templating-6.3.7
dirigible-core-templating-6.3.6
dirigible-core-templating-6.3.5
dirigible-core-templating-6.3.4
dirigible-core-templating-6.3.3
dirigible-core-templating-6.3.2
dirigible-core-templating-6.3.1
dirigible-core-templating-6.3.0
6.2.x
dirigible-core-templating-6.2.36
dirigible-core-templating-6.2.35
dirigible-core-templating-6.2.34
dirigible-core-templating-6.2.33
dirigible-core-templating-6.2.32
dirigible-core-templating-6.2.31
dirigible-core-templating-6.2.30
dirigible-core-templating-6.2.29
dirigible-core-templating-6.2.28
dirigible-core-templating-6.2.27
dirigible-core-templating-6.2.26
dirigible-core-templating-6.2.25
dirigible-core-templating-6.2.24
dirigible-core-templating-6.2.23
dirigible-core-templating-6.2.22
dirigible-core-templating-6.2.21
dirigible-core-templating-6.2.19
dirigible-core-templating-6.2.18
dirigible-core-templating-6.2.17
dirigible-core-templating-6.2.16
dirigible-core-templating-6.2.14
dirigible-core-templating-6.2.13
dirigible-core-templating-6.2.12
dirigible-core-templating-6.2.11
dirigible-core-templating-6.2.10
dirigible-core-templating-6.2.9
dirigible-core-templating-6.2.8
dirigible-core-templating-6.2.7
dirigible-core-templating-6.2.6
dirigible-core-templating-6.2.5
dirigible-core-templating-6.2.4
dirigible-core-templating-6.2.3
dirigible-core-templating-6.2.2
dirigible-core-templating-6.2.1
dirigible-core-templating-6.2.0
6.1.x
dirigible-core-templating-6.1.23
dirigible-core-templating-6.1.22
dirigible-core-templating-6.1.21
dirigible-core-templating-6.1.20
dirigible-core-templating-6.1.19
dirigible-core-templating-6.1.18
dirigible-core-templating-6.1.17
dirigible-core-templating-6.1.16
dirigible-core-templating-6.1.15
dirigible-core-templating-6.1.14
dirigible-core-templating-6.1.13
dirigible-core-templating-6.1.12
dirigible-core-templating-6.1.11
dirigible-core-templating-6.1.10
dirigible-core-templating-6.1.9
dirigible-core-templating-6.1.8
dirigible-core-templating-6.1.7
dirigible-core-templating-6.1.6
dirigible-core-templating-6.1.5
dirigible-core-templating-6.1.4
dirigible-core-templating-6.1.3
dirigible-core-templating-6.1.2
dirigible-core-templating-6.1.1
dirigible-core-templating-6.1.0
6.0.x
dirigible-core-templating-6.0.0
5.12.x
dirigible-core-templating-5.12.21
dirigible-core-templating-5.12.20
dirigible-core-templating-5.12.18
dirigible-core-templating-5.12.17
dirigible-core-templating-5.12.16
dirigible-core-templating-5.12.15
dirigible-core-templating-5.12.14
dirigible-core-templating-5.12.13
dirigible-core-templating-5.12.12

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-core-templating</artifactId>
    <version>6.3.16.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.dirigible:dirigible-core-templating:6.3.16.5'

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

implementation("org.eclipse.dirigible:dirigible-core-templating:6.3.16.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-templating" % "6.3.16.5"

Advertisement