License |
License |
---|---|
GroupId | GroupIdnl.big-o |
ArtifactId | ArtifactIdliqp |
Last Version | Last Version0.8.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiqp
A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
liqp-0.8.3.1.pom | |
liqp-0.8.3.1.jar | 238 KB |
liqp-0.8.3.1-sources.jar | 105 KB |
liqp-0.8.3.1-javadoc.jar | 995 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.big-o/liqp/ -->
<dependency>
<groupId>nl.big-o</groupId>
<artifactId>liqp</artifactId>
<version>0.8.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.big-o/liqp/
implementation 'nl.big-o:liqp:0.8.3.1'
// https://jarcasting.com/artifacts/nl.big-o/liqp/
implementation ("nl.big-o:liqp:0.8.3.1")
'nl.big-o:liqp:jar:0.8.3.1'
<dependency org="nl.big-o" name="liqp" rev="0.8.3.1">
<artifact name="liqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.big-o', module='liqp', version='0.8.3.1')
)
libraryDependencies += "nl.big-o" % "liqp" % "0.8.3.1"
[nl.big-o/liqp "0.8.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.7.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |
org.jsoup : jsoup | jar | 1.14.3 |
ua.co.k : strftime4j | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |