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