| Категории |
КатегорииСеть Byte Buddy Библиотеки уровня приложения Bytecode Manipulation |
|---|---|
| Группа | Группаnet.bytebuddy |
| Идентификатор | Идентификаторbyte-buddy-parent |
| Версия | Версия0.5.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| byte-buddy-parent-0.5.4.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>0.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation 'net.bytebuddy:byte-buddy-parent:0.5.4'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation ("net.bytebuddy:byte-buddy-parent:0.5.4")
'net.bytebuddy:byte-buddy-parent:pom:0.5.4'
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="0.5.4">
<artifact name="byte-buddy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-parent', version='0.5.4')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "0.5.4"
[net.bytebuddy/byte-buddy-parent "0.5.4"]