Jar examples for b:byte-buddy
Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
You can download jar file byte-buddy 0.5.1 in this page.
You can use the following script to add byte-buddy-0.5.1.jar to your project.
<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>0.5.1</version> </dependency>
compile group: 'net.bytebuddy', name: 'byte-buddy', version: '0.5.1'
libraryDependencies += "net.bytebuddy" % "byte-buddy" % "0.5.1"
<dependency org="net.bytebuddy" name="byte-buddy" rev="0.5.1"/>
@Grapes(@Grab(group='net.bytebuddy', module='byte-buddy', version='0.5.1'))
'net.bytebuddy:byte-buddy:jar:0.5.1'
Click the following link to download the jar file.
byte-buddy-0.5.1-javadoc.jar