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

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

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.1
Тип

Тип

pom

Скачать afterburner-parent 1.0.1

Имя Файла Размер
afterburner-parent-1.0.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.afterburner/afterburner-parent/
implementation 'com.github.stephanenicolas.afterburner:afterburner-parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.afterburner/afterburner-parent/
implementation ("com.github.stephanenicolas.afterburner:afterburner-parent:1.0.1")
'com.github.stephanenicolas.afterburner:afterburner-parent:pom:1.0.1'
<dependency org="com.github.stephanenicolas.afterburner" name="afterburner-parent" rev="1.0.1">
  <artifact name="afterburner-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.afterburner', module='afterburner-parent', version='1.0.1')
)
libraryDependencies += "com.github.stephanenicolas.afterburner" % "afterburner-parent" % "1.0.1"
[com.github.stephanenicolas.afterburner/afterburner-parent "1.0.1"]