is not current version
Last Version 2.1.1

org.webpieces:http-templating 1.9.96

Templating library using groovy as the scripting language

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-templating
Version

Version

1.9.96
Type

Type

jar

Download http-templating 1.9.96


<!-- https://jarcasting.com/artifacts/org.webpieces/http-templating/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http-templating</artifactId>
    <version>1.9.96</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-templating/
implementation 'org.webpieces:http-templating:1.9.96'
// https://jarcasting.com/artifacts/org.webpieces/http-templating/
implementation ("org.webpieces:http-templating:1.9.96")
'org.webpieces:http-templating:jar:1.9.96'
<dependency org="org.webpieces" name="http-templating" rev="1.9.96">
  <artifact name="http-templating" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-templating', version='1.9.96')
)
libraryDependencies += "org.webpieces" % "http-templating" % "1.9.96"
[org.webpieces/http-templating "1.9.96"]