MVN

com.kohlschutter : liqp

Maven & Gradle

Dec 11, 2023
162 stars

Liqp · A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.

<dependency>
    <groupId>com.kohlschutter</groupId>
    <artifactId>liqp</artifactId>
    <version>0.8.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kohlschutter : liqp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.5.4

All Versions

Choose a version of com.kohlschutter : liqp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
liqp-0.8.5.4

How to add a dependency to Maven

Add the following com.kohlschutter : liqp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kohlschutter</groupId>
    <artifactId>liqp</artifactId>
    <version>0.8.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kohlschutter : liqp gradle dependency to your build.gradle file:

implementation 'com.kohlschutter:liqp:0.8.5.4'

Gradle Kotlin DSL: Add the following com.kohlschutter : liqp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kohlschutter:liqp:0.8.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kohlschutter : liqp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kohlschutter" % "liqp" % "0.8.5.4"