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