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