<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> <version>0.6.10</version> <type>pom</type> </dependency>
implementation 'net.bytebuddy:byte-buddy-parent:0.6.10'
implementation("net.bytebuddy:byte-buddy-parent:0.6.10")
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "0.6.10"
@Grapes( @Grab(group='net.bytebuddy', module='byte-buddy-parent', version='0.6.10') )
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="0.6.10" />
[net.bytebuddy/byte-buddy-parent "0.6.10"]
'net.bytebuddy:byte-buddy-parent:jar:0.6.10'