b

byte-buddy

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.
Files download
File Operation
byte-buddy-1.12.16.jar download
byte-buddy-1.12.16.pom download
byte-buddy-1.12.16-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy</artifactId>
  <version>1.12.16</version>
</dependency>
Gradle Groovy
implementation 'net.bytebuddy:byte-buddy:1.12.16'
Gradle Kotlin
implementation("net.bytebuddy:byte-buddy:1.12.16")
Scala SBT
libraryDependencies += "net.bytebuddy" % "byte-buddy" % "1.12.16"
Groovy Grape
@Grapes(
  @Grab(group='net.bytebuddy', module='byte-buddy', version='1.12.16')
)
Apache Ivy
<dependency org="net.bytebuddy" name="byte-buddy" rev="1.12.16" />
Leiningen
[net.bytebuddy/byte-buddy "1.12.16"]
Apache Buildr
'net.bytebuddy:byte-buddy:jar:1.12.16'