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