Download gretty9-plugin-0.0.24.jar file - Jar g

Jar examples for g:gretty9-plugin

Description

Gradle plugin for running web-applications under jetty 7/8/9 and servlet API 2.5/3.0.1/3.1.0

You can download jar file gretty9-plugin 0.0.24 in this page.

License

The MIT License

Build File

You can use the following script to add gretty9-plugin-0.0.24.jar to your project.

<dependency>
   <groupId>org.akhikhl.gretty</groupId>
   <artifactId>gretty9-plugin</artifactId>
   <version>0.0.24</version>
</dependency>
compile group: 'org.akhikhl.gretty', name: 'gretty9-plugin', version: '0.0.24'
libraryDependencies += "org.akhikhl.gretty" % "gretty9-plugin" % "0.0.24"
<dependency org="org.akhikhl.gretty" name="gretty9-plugin" rev="0.0.24"/>
@Grapes(@Grab(group='org.akhikhl.gretty', module='gretty9-plugin', version='0.0.24'))
'org.akhikhl.gretty:gretty9-plugin:jar:0.0.24'

Download

Click the following link to download the jar file.

gretty9-plugin-0.0.24-javadoc.jar
gretty9-plugin-0.0.24-sources.jar
gretty9-plugin-0.0.24.jar
gretty9-plugin-0.0.24.pom



Related Tutorials