o

orange-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.
http://www.inspiracio.cat/orange-maven-plugin
The Apache Software License, Version 2.0
Alexander Bunkenburg
Files download
File Operation
orange-maven-plugin-0.0.9.jar download
orange-maven-plugin-0.0.9.pom download
orange-maven-plugin-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>orange-maven-plugin</artifactId>
  <version>0.0.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:orange-maven-plugin:0.0.9'
Gradle Kotlin
implementation("cat.inspiracio:orange-maven-plugin:0.0.9")
Scala SBT
libraryDependencies += "cat.inspiracio" % "orange-maven-plugin" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='orange-maven-plugin', version='0.0.9')
)
Apache Ivy
<dependency org="cat.inspiracio" name="orange-maven-plugin" rev="0.0.9" />
Leiningen
[cat.inspiracio/orange-maven-plugin "0.0.9"]
Apache Buildr
'cat.inspiracio:orange-maven-plugin:jar:0.0.9'