MVN

cat.inspiracio : orange-servlet

Maven & Gradle

Oct 02, 2021
1 usages

Orange Servlet · Orange Servlet provides HTML templating with server-side Java. OrangeServlet 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: * data-if="E" attributes for server-side conditional, * data-for="T x : E" attributes for server-side loops, * data-import="C" attributes for server-side class imports, * data-substitute="file.html" substitute an element with the processed contents of a file, * ${expressions} in element bodies and attribute values.

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>orange-servlet</artifactId>
    <version>0.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cat.inspiracio : orange-servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of cat.inspiracio : orange-servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
orange-servlet-0.0.9
orange-servlet-0.0.8
orange-servlet-0.0.7
orange-servlet-0.0.6
orange-servlet-0.0.5
orange-servlet-0.0.4
orange-servlet-0.0.3
orange-servlet-0.0.2
orange-servlet-0.0.1

How to add a dependency to Maven

Add the following cat.inspiracio : orange-servlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>orange-servlet</artifactId>
    <version>0.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cat.inspiracio : orange-servlet gradle dependency to your build.gradle file:

implementation 'cat.inspiracio:orange-servlet:0.0.9'

Gradle Kotlin DSL: Add the following cat.inspiracio : orange-servlet gradle kotlin dependency to your build.gradle.kts file:

implementation("cat.inspiracio:orange-servlet:0.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following cat.inspiracio : orange-servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "cat.inspiracio" % "orange-servlet" % "0.0.9"

Advertisement

Dependencies from Group

Dec 05, 2018
7 usages
Jan 27, 2016
2 usages
Sep 30, 2021
2 usages
Apr 22, 2019
2 usages
Oct 02, 2021
1 usages

Discover Dependencies

Jul 06, 2017
1 usages
Jun 01, 2017
1 usages
Jun 24, 2017
1 usages
5 stars
Oct 24, 2018
2 usages
17 stars
Oct 19, 2017
1 usages
105 stars
Oct 19, 2017
1 usages
105 stars
Jul 24, 2019
1 usages
9 stars
Aug 23, 2022
1 usages
0 stars
Aug 23, 2022
1 usages
2 stars
Oct 28, 2017
1 usages
18 stars