Files download
File Operation
http-templating-dev-1.9.135.jar download
http-templating-dev-1.9.135.pom download
http-templating-dev-1.9.135-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>http-templating-dev</artifactId>
  <version>1.9.135</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:http-templating-dev:1.9.135'
Gradle Kotlin
implementation("org.webpieces:http-templating-dev:1.9.135")
Scala SBT
libraryDependencies += "org.webpieces" % "http-templating-dev" % "1.9.135"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='http-templating-dev', version='1.9.135')
)
Apache Ivy
<dependency org="org.webpieces" name="http-templating-dev" rev="1.9.135" />
Leiningen
[org.webpieces/http-templating-dev "1.9.135"]
Apache Buildr
'org.webpieces:http-templating-dev:jar:1.9.135'