is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-agent 0.5.6

The Byte Buddy Java agent allows to access the JVM's HotSwap feature.

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-agent
Version

Version

0.5.6
Type

Type

jar

Download byte-buddy-agent 0.5.6


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