Download gretty9-0.0.25.jar file - Jar g

Jar examples for g:gretty9

Description

Advanced gradle plugin for running web-apps on jetty

You can download jar file gretty9 0.0.25 in this page.

License

The MIT License

Build File

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

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

Download

Click the following link to download the jar file.

gretty9-0.0.25-javadoc.jar
gretty9-0.0.25-sources.jar
gretty9-0.0.25.jar
gretty9-0.0.25.pom



Related Tutorials