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