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