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