MVN

cat.inspiracio : orange-maven-plugin

Maven & Gradle

Oct 02, 2021

Orange Servlet Maven Plugin · Orange-maven-plugin builds template files for use with orange-servlet. Orange Servlet provides HTML templating with server-side Java. See https://bitbucket.org/bunkenburg/orange-servlet.

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

Latest Version

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

  • Latest Stable: 0.0.9

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'cat.inspiracio:orange-maven-plugin:0.0.9'

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

implementation("cat.inspiracio:orange-maven-plugin:0.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "cat.inspiracio" % "orange-maven-plugin" % "0.0.9"