Download gretty-helper-commons-0.0.24.jar file - Jar g

Jar examples for g:gretty-helper-commons

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 gretty-helper-commons 0.0.24 in this page.

License

The MIT License

Build File

You can use the following script to add gretty-helper-commons-0.0.24.jar to your project.

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

Download

Click the following link to download the jar file.

gretty-helper-commons-0.0.24-javadoc.jar
gretty-helper-commons-0.0.24-sources.jar
gretty-helper-commons-0.0.24.jar
gretty-helper-commons-0.0.24.pom



Related Tutorials