MVN

io.continual : java-template-engine

Maven & Gradle

Oct 20, 2023

Java Template Engine · Golang-like template engine for Java. Implements data-driven templates for generating textual output. Forked from https://github.com/proninyaroslav/java-template-engine.

<dependency>
    <groupId>io.continual</groupId>
    <artifactId>java-template-engine</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.continual : java-template-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of io.continual : java-template-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
java-template-engine-1.3

How to add a dependency to Maven

Add the following io.continual : java-template-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.continual</groupId>
    <artifactId>java-template-engine</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.continual : java-template-engine gradle dependency to your build.gradle file:

implementation 'io.continual:java-template-engine:1.3'

Gradle Kotlin DSL: Add the following io.continual : java-template-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("io.continual:java-template-engine:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.continual : java-template-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "io.continual" % "java-template-engine" % "1.3"

Advertisement