Download groovy-shaded-asm-1.8.9.jar file - Jar g

Jar examples for g:groovy-shaded-asm

Description

A copy of Groovy 1.8.9 with ASM 3.x shaded/relocated and included in the jar

You can download jar file groovy-shaded-asm 1.8.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add groovy-shaded-asm-1.8.9.jar to your project.

<dependency>
   <groupId>com.thinkaurelius.groovy-shaded-asm</groupId>
   <artifactId>groovy-shaded-asm</artifactId>
   <version>1.8.9</version>
</dependency>
compile group: 'com.thinkaurelius.groovy-shaded-asm', name: 'groovy-shaded-asm', version: '1.8.9'
libraryDependencies += "com.thinkaurelius.groovy-shaded-asm" % "groovy-shaded-asm" % "1.8.9"
<dependency org="com.thinkaurelius.groovy-shaded-asm" name="groovy-shaded-asm" rev="1.8.9"/>
@Grapes(@Grab(group='com.thinkaurelius.groovy-shaded-asm', module='groovy-shaded-asm', version='1.8.9'))
'com.thinkaurelius.groovy-shaded-asm:groovy-shaded-asm:jar:1.8.9'

Download

Click the following link to download the jar file.

groovy-shaded-asm-1.8.9-javadoc.jar
groovy-shaded-asm-1.8.9-sources.jar
groovy-shaded-asm-1.8.9.jar
groovy-shaded-asm-1.8.9.pom



Related Tutorials