Download byte-buddy-agent-0.7-rc3.jar file - Jar b

Jar examples for b:byte-buddy-agent

Description

The Byte Buddy Java agent allows to access the JVM's HotSwap feature.

You can download jar file byte-buddy-agent 0.7-rc3 in this page.

Build File

You can use the following script to add byte-buddy-agent-0.7-rc3.jar to your project.

<dependency>
   <groupId>net.bytebuddy</groupId>
   <artifactId>byte-buddy-agent</artifactId>
   <version>0.7-rc3</version>
</dependency>
compile group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '0.7-rc3'
libraryDependencies += "net.bytebuddy" % "byte-buddy-agent" % "0.7-rc3"
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="0.7-rc3"/>
@Grapes(@Grab(group='net.bytebuddy', module='byte-buddy-agent', version='0.7-rc3'))
'net.bytebuddy:byte-buddy-agent:jar:0.7-rc3'

Download

Click the following link to download the jar file.

byte-buddy-agent-0.7-rc3-javadoc.jar
byte-buddy-agent-0.7-rc3-sources.jar
byte-buddy-agent-0.7-rc3.jar
byte-buddy-agent-0.7-rc3.pom



Related Tutorials