b

byte-buddy-agent

The Byte Buddy Java agent allows to access the JVM's HotSwap feature.
Files download
File Operation
byte-buddy-agent-1.9.3.jar download
byte-buddy-agent-1.9.3.pom download
byte-buddy-agent-1.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy-agent</artifactId>
  <version>1.9.3</version>
</dependency>
Gradle Groovy
implementation 'net.bytebuddy:byte-buddy-agent:1.9.3'
Gradle Kotlin
implementation("net.bytebuddy:byte-buddy-agent:1.9.3")
Scala SBT
libraryDependencies += "net.bytebuddy" % "byte-buddy-agent" % "1.9.3"
Groovy Grape
@Grapes(
  @Grab(group='net.bytebuddy', module='byte-buddy-agent', version='1.9.3')
)
Apache Ivy
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="1.9.3" />
Leiningen
[net.bytebuddy/byte-buddy-agent "1.9.3"]
Apache Buildr
'net.bytebuddy:byte-buddy-agent:jar:1.9.3'