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

net.bytebuddy:byte-buddy-parent 0.6.5

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

Тип

pom

Скачать byte-buddy-parent 0.6.5

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

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