Download gretty-core-1.2.2.jar file - Jar g

Jar examples for g:gretty-core

Description

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

You can download jar file gretty-core 1.2.2 in this page.

License

The MIT License

Build File

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

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

Download

Click the following link to download the jar file.

gretty-core-1.2.2-javadoc.jar
gretty-core-1.2.2-sources.jar
gretty-core-1.2.2.jar
gretty-core-1.2.2.pom



Related Tutorials