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

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

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-rc6
Тип

Тип

pom

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

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