is not current version
Last Version 0.0.3

cat.inspiracio:html-servlet 0.0.2

HTMLServlet provides HTML templating with server-side javascript. HTMLServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * ${expressions} in element bodies and attribute values * data-* attributes for conditionals, loops, local variables, and inclusion * <script> element with server-side javascript.

GroupId

GroupId

cat.inspiracio
ArtifactId

ArtifactId

html-servlet
Version

Version

0.0.2
Type

Type

jar

Download html-servlet 0.0.2


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