Download maven-jetty-pluto-embedded-1.0.jar file - Jar m

Jar examples for m:maven-jetty-pluto-embedded

Description

Artifact allowing pluto to be embedded in Jetty in a maven project. This makes it possible to use the maven-jetty-plugin and create a launcher in Eclipse for running your portlets. This one has been packaged for use with portletunit2.

You can download jar file maven-jetty-pluto-embedded 1.0 in this page.

License

Apache License Version 2.0, January 1994

Build File

You can use the following script to add maven-jetty-pluto-embedded-1.0.jar to your project.

<dependency>
   <groupId>com.bekk.boss</groupId>
   <artifactId>maven-jetty-pluto-embedded</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.bekk.boss', name: 'maven-jetty-pluto-embedded', version: '1.0'
libraryDependencies += "com.bekk.boss" % "maven-jetty-pluto-embedded" % "1.0"
<dependency org="com.bekk.boss" name="maven-jetty-pluto-embedded" rev="1.0"/>
@Grapes(@Grab(group='com.bekk.boss', module='maven-jetty-pluto-embedded', version='1.0'))
'com.bekk.boss:maven-jetty-pluto-embedded:jar:1.0'

Download

Click the following link to download the jar file.

maven-jetty-pluto-embedded-1.0.jar
maven-jetty-pluto-embedded-1.0.pom
maven-jetty-pluto-embedded-1.0-sources.jar



Related Tutorials