Jar examples for b:byte-buddy-agent
The Byte Buddy Java agent allows to access the JVM's HotSwap feature.
You can download jar file byte-buddy-agent 1.4.11 in this page.
You can use the following script to add byte-buddy-agent-1.4.11.jar to your project.
<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> <version>1.4.11</version> </dependency>
compile group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.4.11'
libraryDependencies += "net.bytebuddy" % "byte-buddy-agent" % "1.4.11"
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="1.4.11"/>
@Grapes(@Grab(group='net.bytebuddy', module='byte-buddy-agent', version='1.4.11'))
'net.bytebuddy:byte-buddy-agent:jar:1.4.11'
Click the following link to download the jar file.
byte-buddy-agent-1.4.11-javadoc.jar