h

http-templating-dev

Library that swaps out http-templating classes to enable compiling on any incoming request if the source code has changed for development servers
https://github.com/deanhiller/webpieces
The Apache License, Version 2.0
Dean Hiller Zachary Reed
Files download
File Operation
http-templating-dev-2.0.152.jar download
http-templating-dev-2.0.152.pom download
http-templating-dev-2.0.152-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>http-templating-dev</artifactId>
  <version>2.0.152</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:http-templating-dev:2.0.152'
Gradle Kotlin
implementation("org.webpieces:http-templating-dev:2.0.152")
Scala SBT
libraryDependencies += "org.webpieces" % "http-templating-dev" % "2.0.152"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='http-templating-dev', version='2.0.152')
)
Apache Ivy
<dependency org="org.webpieces" name="http-templating-dev" rev="2.0.152" />
Leiningen
[org.webpieces/http-templating-dev "2.0.152"]
Apache Buildr
'org.webpieces:http-templating-dev:jar:2.0.152'