<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>0.7.6</version> </dependency>
implementation 'net.bytebuddy:byte-buddy:0.7.6'
implementation("net.bytebuddy:byte-buddy:0.7.6")
libraryDependencies += "net.bytebuddy" % "byte-buddy" % "0.7.6"
@Grapes( @Grab(group='net.bytebuddy', module='byte-buddy', version='0.7.6') )
<dependency org="net.bytebuddy" name="byte-buddy" rev="0.7.6" />
[net.bytebuddy/byte-buddy "0.7.6"]
'net.bytebuddy:byte-buddy:jar:0.7.6'
<parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> <version>0.7.6</version> </parent>
provided
|-- com.google.code.findbugs:annotations:3.0.1