Download gretty-1.4.1.jar file - Jar g

Jar examples for g:gretty

Description

Advanced gradle plugin for running web-apps on jetty and tomcat

You can download jar file gretty 1.4.1 in this page.

License

The MIT License

Build File

You can use the following script to add gretty-1.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

gretty-1.4.1-javadoc.jar
gretty-1.4.1-sources.jar
gretty-1.4.1.jar
gretty-1.4.1.pom



Related Tutorials