Download gram-1.1.jar file - Jar g

Jar examples for g:gram

Description

Gram is a metadata processing engine for Groovy

You can download jar file gram 1.1 in this page.

Build File

You can use the following script to add gram-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

gram-1.1.jar
gram-1.1.pom



Related Tutorials