is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy 0.6.7

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

0.6.7
Type

Type

jar

Download byte-buddy 0.6.7


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