b

byte-buddy-agent

The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
Files download
File Operation
byte-buddy-agent-1.10.20.jar download
byte-buddy-agent-1.10.20.pom download
byte-buddy-agent-1.10.20-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy-agent</artifactId>
  <version>1.10.20</version>
</dependency>
Gradle Groovy
implementation 'net.bytebuddy:byte-buddy-agent:1.10.20'
Gradle Kotlin
implementation("net.bytebuddy:byte-buddy-agent:1.10.20")
Scala SBT
libraryDependencies += "net.bytebuddy" % "byte-buddy-agent" % "1.10.20"
Groovy Grape
@Grapes(
  @Grab(group='net.bytebuddy', module='byte-buddy-agent', version='1.10.20')
)
Apache Ivy
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="1.10.20" />
Leiningen
[net.bytebuddy/byte-buddy-agent "1.10.20"]
Apache Buildr
'net.bytebuddy:byte-buddy-agent:jar:1.10.20'