is not current version
Last Version 2.1.1

org.webpieces:http-templating-dev 1.9.88

Library that swaps out http-templating classes to enable compiling on any incoming request if the source code has changed for development servers

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-templating-dev
Version

Version

1.9.88
Type

Type

jar

Download http-templating-dev 1.9.88


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