afterburner Parent

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.

License

License

GroupId

GroupId

com.github.stephanenicolas.afterburner
ArtifactId

ArtifactId

afterburner-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

afterburner Parent
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.

Download afterburner-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • afterburner-library

Versions

Version
1.0.2
1.0.1
1.0.0