Download gaelyk-1.2.jar file - Jar g

Jar examples for g:gaelyk

Description

Gaelyk is a lightweight toolkit for developing applications in Groovy for the Google App Engine environment.

You can download jar file gaelyk 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gaelyk-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

gaelyk-1.2-javadoc.jar
gaelyk-1.2-sources.jar
gaelyk-1.2.jar
gaelyk-1.2.pom



Related Tutorials