Download runnable-war-1.8.jar file - Jar r

Jar examples for r:runnable-war

Description

Provides a parent pom that builds runnable war using jetty. This uses the "maven overlay approach" to put jetty, logging, servlet api and avaje-jetty-runner into the root path of the war and a manifest entry to point to the RunWar main method. The jars included in the overlays provide a set of system classes that boot and run the war.

You can download jar file runnable-war 1.8 in this page.

Build File

You can use the following script to add runnable-war-1.8.jar to your project.

<dependency>
   <groupId>nz.ac.auckland.groupapps.common</groupId>
   <artifactId>runnable-war</artifactId>
   <version>1.8</version>
</dependency>
compile group: 'nz.ac.auckland.groupapps.common', name: 'runnable-war', version: '1.8'
libraryDependencies += "nz.ac.auckland.groupapps.common" % "runnable-war" % "1.8"
<dependency org="nz.ac.auckland.groupapps.common" name="runnable-war" rev="1.8"/>
@Grapes(@Grab(group='nz.ac.auckland.groupapps.common', module='runnable-war', version='1.8'))
'nz.ac.auckland.groupapps.common:runnable-war:jar:1.8'

Download

Click the following link to download the jar file.

runnable-war-1.8-javadoc.jar
runnable-war-1.8-release-pom.pom
runnable-war-1.8-sources.jar
runnable-war-1.8.jar
runnable-war-1.8.pom



Related Tutorials