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