is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-agent 1.12.4

The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-agent
Version

Version

1.12.4
Type

Type

jar

Download byte-buddy-agent 1.12.4


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