is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-parent 1.11.22

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

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-parent
Version

Version

1.11.22
Type

Type

pom

Download byte-buddy-parent 1.11.22


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