b

byte-buddy-dep

Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with a remaining dependency onto ASM. You should never depend on this module without repackaging Byte Buddy and ASM into your own namespace.
Files download
File Operation
byte-buddy-dep-1.12.6.jar download
byte-buddy-dep-1.12.6.pom download
byte-buddy-dep-1.12.6-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy-dep</artifactId>
  <version>1.12.6</version>
</dependency>
Gradle Groovy
implementation 'net.bytebuddy:byte-buddy-dep:1.12.6'
Gradle Kotlin
implementation("net.bytebuddy:byte-buddy-dep:1.12.6")
Scala SBT
libraryDependencies += "net.bytebuddy" % "byte-buddy-dep" % "1.12.6"
Groovy Grape
@Grapes(
  @Grab(group='net.bytebuddy', module='byte-buddy-dep', version='1.12.6')
)
Apache Ivy
<dependency org="net.bytebuddy" name="byte-buddy-dep" rev="1.12.6" />
Leiningen
[net.bytebuddy/byte-buddy-dep "1.12.6"]
Apache Buildr
'net.bytebuddy:byte-buddy-dep:jar:1.12.6'