is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-agent 1.5.3

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

1.5.3
Type

Type

jar

Download byte-buddy-agent 1.5.3


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