is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy 1.12.11

Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy
Version

Version

1.12.11
Type

Type

jar

Download byte-buddy 1.12.11


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