Download maven-jetty-pluto-embedded-1.0.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-jetty-pluto-embedded-1.0.1.jar
maven-jetty-pluto-embedded-1.0.1-javadoc.jar
maven-jetty-pluto-embedded-1.0.1.pom
maven-jetty-pluto-embedded-1.0.1-sources.jar



Related Tutorials