o

orange-maven-plugin

Orange-maven-plugin builds template files for use with orange-servlet. Orange Servlet provides HTML templating with server-side Java.
http://www.inspiracio.cat
The Apache Software License, Version 2.0
Alexander Bunkenburg
Files download
File Operation
orange-maven-plugin-0.0.4.jar download
orange-maven-plugin-0.0.4.pom download
orange-maven-plugin-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>orange-maven-plugin</artifactId>
  <version>0.0.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:orange-maven-plugin:0.0.4'
Gradle Kotlin
implementation("cat.inspiracio:orange-maven-plugin:0.0.4")
Scala SBT
libraryDependencies += "cat.inspiracio" % "orange-maven-plugin" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='orange-maven-plugin', version='0.0.4')
)
Apache Ivy
<dependency org="cat.inspiracio" name="orange-maven-plugin" rev="0.0.4" />
Leiningen
[cat.inspiracio/orange-maven-plugin "0.0.4"]
Apache Buildr
'cat.inspiracio:orange-maven-plugin:jar:0.0.4'