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