is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-parent 0.4

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.4
Type

Type

pom

Download byte-buddy-parent 0.4

Filename Size
byte-buddy-parent-0.4.pom 12 KB
Browse

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