MVN

de.powerstat.phplib : templateengine

Maven & Gradle

Nov 13, 2022
3 stars

PowerStatsTemplateEngine · Java port of phplib template engine. See https://sourceforge.net/projects/phplib/ or https://pear.php.net/package/HTML_Template_PHPLIB for more.

<dependency>
    <groupId>de.powerstat.phplib</groupId>
    <artifactId>templateengine</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.powerstat.phplib : templateengine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of de.powerstat.phplib : templateengine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
templateengine-1.6
1.5
templateengine-1.5
1.4
templateengine-1.4
1.3
templateengine-1.3
1.2
templateengine-1.2
1.1
templateengine-1.1
1.0
templateengine-1.0

How to add a dependency to Maven

Add the following de.powerstat.phplib : templateengine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.powerstat.phplib</groupId>
    <artifactId>templateengine</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.powerstat.phplib : templateengine gradle dependency to your build.gradle file:

implementation 'de.powerstat.phplib:templateengine:1.6'

Gradle Kotlin DSL: Add the following de.powerstat.phplib : templateengine gradle kotlin dependency to your build.gradle.kts file:

implementation("de.powerstat.phplib:templateengine:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.powerstat.phplib : templateengine sbt scala dependency to your build.sbt file:

libraryDependencies += "de.powerstat.phplib" % "templateengine" % "1.6"

Advertisement