is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-parent 0.7-rc2

Byte Buddy is a Java library for creating Java classes at run time. The parent artifact contains configuration information that concern all modules.

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-parent
Version

Version

0.7-rc2
Type

Type

pom

Download byte-buddy-parent 0.7-rc2


<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/ -->
<dependency>
    <groupId>net.bytebuddy</groupId>
    <artifactId>byte-buddy-parent</artifactId>
    <version>0.7-rc2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation 'net.bytebuddy:byte-buddy-parent:0.7-rc2'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation ("net.bytebuddy:byte-buddy-parent:0.7-rc2")
'net.bytebuddy:byte-buddy-parent:pom:0.7-rc2'
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="0.7-rc2">
  <artifact name="byte-buddy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-parent', version='0.7-rc2')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "0.7-rc2"
[net.bytebuddy/byte-buddy-parent "0.7-rc2"]