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

net.bytebuddy:byte-buddy-parent 0.7-rc5

Byte Buddy is a Java library for creating Java classes at run time. The parent artifact contains configuration information that concern all modules.

Категории

Категории

Сеть Byte Buddy Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

net.bytebuddy
Идентификатор

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

byte-buddy-parent
Версия

Версия

0.7-rc5
Тип

Тип

pom

Скачать byte-buddy-parent 0.7-rc5

Имя Файла Размер
byte-buddy-parent-0.7-rc5.pom 23 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/ -->
<dependency>
    <groupId>net.bytebuddy</groupId>
    <artifactId>byte-buddy-parent</artifactId>
    <version>0.7-rc5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation 'net.bytebuddy:byte-buddy-parent:0.7-rc5'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation ("net.bytebuddy:byte-buddy-parent:0.7-rc5")
'net.bytebuddy:byte-buddy-parent:pom:0.7-rc5'
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="0.7-rc5">
  <artifact name="byte-buddy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-parent', version='0.7-rc5')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "0.7-rc5"
[net.bytebuddy/byte-buddy-parent "0.7-rc5"]