is not current version
Last Version 1.0.2

com.github.stephanenicolas.afterburner:afterburner-library 1.0.0

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

GroupId

GroupId

com.github.stephanenicolas.afterburner
ArtifactId

ArtifactId

afterburner-library
Version

Version

1.0.0
Type

Type

jar

Download afterburner-library 1.0.0


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