не последняя версия
Последняя версия 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.

Группа

Группа

com.github.stephanenicolas.afterburner
Идентификатор

Идентификатор

afterburner-library
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать 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"]