Download afterburner-library-1.0.1.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.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials