is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy 1.6.10

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.6.10
Type

Type

jar

Download byte-buddy 1.6.10


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