is not current version
Last Version 1.12.12

Byte Buddy (without dependencies) 1.11.12

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.

License

License

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy
Version

Version

1.11.12
Type

Type

jar
Description

Description

Byte Buddy (without dependencies)
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.

Download byte-buddy 1.11.12


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

Dependencies

provided (3)

Group / Artifact Type Version
net.java.dev.jna : jna jar 5.8.0
net.java.dev.jna : jna-platform jar 5.8.0
com.google.code.findbugs : findbugs-annotations jar 3.0.1

Project Modules

There are no modules declared in this project.