не последняя версия
Последняя версия 1.0.2

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

afterburnering is, indeed, kind of way to bypass java single inheritance paradigm. It allows to copy all declared fields, constructors and methods in a given class into another class.

Группа

Группа

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

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

afterburner-parent
Версия

Версия

1.0.0
Тип

Тип

pom

Скачать afterburner-parent 1.0.0

Имя Файла Размер
afterburner-parent-1.0.0.pom 7 KB
Обзор

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