Download afterburner-library-1.0.2.jar file - Jar a

Jar examples for a:afterburner-library

Description

A library to help other librairies getting rid of boiler plate via byte code manipulation. Works on Android too.

You can download jar file afterburner-library 1.0.2 in this page.

Build File

You can use the following script to add afterburner-library-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.stephanenicolas.afterburner</groupId>
   <artifactId>afterburner-library</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.stephanenicolas.afterburner', name: 'afterburner-library', version: '1.0.2'
libraryDependencies += "com.github.stephanenicolas.afterburner" % "afterburner-library" % "1.0.2"
<dependency org="com.github.stephanenicolas.afterburner" name="afterburner-library" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.stephanenicolas.afterburner', module='afterburner-library', version='1.0.2'))
'com.github.stephanenicolas.afterburner:afterburner-library:jar:1.0.2'

Download

Click the following link to download the jar file.

afterburner-library-1.0.2-javadoc.jar
afterburner-library-1.0.2-sources.jar
afterburner-library-1.0.2-tests.jar
afterburner-library-1.0.2.jar
afterburner-library-1.0.2.pom



Related Tutorials