Download byte-buddy-parent-1.7.10.jar file - Jar b

Jar examples for b:byte-buddy-parent

Description

Byte Buddy is a Java library for creating Java classes at run time. The parent artifact contains configuration information that concern all submodules.

You can download jar file byte-buddy-parent 1.7.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add byte-buddy-parent-1.7.10.jar to your project.

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

Download

Click the following link to download the jar file.

byte-buddy-parent-1.7.10.pom



Related Tutorials