| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.stephanenicolas.afterburner |
| Идентификатор | Идентификаторafterburner-parent |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| afterburner-parent-1.0.2.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.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"]