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