Afterburner Library

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

License

License

GroupId

GroupId

com.github.stephanenicolas.afterburner
ArtifactId

ArtifactId

afterburner-library
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download afterburner-library

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.afterburner/afterburner-library/ -->
<dependency>
    <groupId>com.github.stephanenicolas.afterburner</groupId>
    <artifactId>afterburner-library</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.afterburner/afterburner-library/
implementation 'com.github.stephanenicolas.afterburner:afterburner-library:1.0.2'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.afterburner/afterburner-library/
implementation ("com.github.stephanenicolas.afterburner:afterburner-library:1.0.2")
'com.github.stephanenicolas.afterburner:afterburner-library:jar:1.0.2'
<dependency org="com.github.stephanenicolas.afterburner" name="afterburner-library" rev="1.0.2">
  <artifact name="afterburner-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.afterburner', module='afterburner-library', version='1.0.2')
)
libraryDependencies += "com.github.stephanenicolas.afterburner" % "afterburner-library" % "1.0.2"
[com.github.stephanenicolas.afterburner/afterburner-library "1.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.javassist : javassist jar 3.18.1-GA
org.slf4j : slf4j-api jar 1.7.7
findbugs : annotations jar 1.0.0
com.google.inject : guice jar 3.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.code.findbugs : jsr305 jar 2.0.3
org.easymock : easymock jar 3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0