is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-agent 1.8.12

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

Type

jar

Download byte-buddy-agent 1.8.12


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