MVN

uk.org.retep.templateEngine : templateEngine

Maven & Gradle

Jun 09, 2010
1 usages

retepTools templateEngine Core

<dependency>
    <groupId>uk.org.retep.templateEngine</groupId>
    <artifactId>templateEngine</artifactId>
    <version>10.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep.templateEngine : templateEngine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.6
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep.templateEngine : templateEngine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.6
templateEngine-10.6
10.5.x
templateEngine-10.5.1
10.5
templateEngine-10.5
10.1
templateEngine-10.1
9.11.x
templateEngine-9.11.1
9.11
templateEngine-9.11
9.10
templateEngine-9.10
9.8.x
templateEngine-9.8.2
templateEngine-9.8.1
9.8
templateEngine-9.8-RC1
9.7
templateEngine-9.7
9.4
templateEngine-9.4
9.3
templateEngine-9.3
9.2
templateEngine-9.2
8.9.x
templateEngine-8.9.20

How to add a dependency to Maven

Add the following uk.org.retep.templateEngine : templateEngine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep.templateEngine</groupId>
    <artifactId>templateEngine</artifactId>
    <version>10.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep.templateEngine : templateEngine gradle dependency to your build.gradle file:

implementation 'uk.org.retep.templateEngine:templateEngine:10.6'

Gradle Kotlin DSL: Add the following uk.org.retep.templateEngine : templateEngine gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep.templateEngine:templateEngine:10.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep.templateEngine : templateEngine sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep.templateEngine" % "templateEngine" % "10.6"