| License |
License |
|---|---|
| GroupId | GroupIdcom.github.stephanenicolas.afterburner |
| ArtifactId | ArtifactIdafterburner-library |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAfterburner Library
A library to help other librairies getting rid of boiler plate via byte code manipulation. Works on Android too.
|
| Filename | Size |
|---|---|
| afterburner-library-1.0.2.pom | |
| afterburner-library-1.0.2.jar | 24 KB |
| afterburner-library-1.0.2-tests.jar | 15 KB |
| afterburner-library-1.0.2-sources.jar | 10 KB |
| afterburner-library-1.0.2-javadoc.jar | 120 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.14.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.code.findbugs : jsr305 | jar | 2.0.3 |
| org.easymock : easymock | jar | 3.2 |