net.bytebuddy:byte-buddy-agent (1.14.11)

Published 2026-02-24 13:43:49 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.bytebuddy</groupId>
	<artifactId>byte-buddy-agent</artifactId>
	<version>1.14.11</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.bytebuddy:byte-buddy-agent:1.14.11

About this package

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

Dependencies

net.java.dev.jna:jna
${version.jna}
net.java.dev.jna:jna-platform
${version.jna}
junit:junit
${version.junit}
org.mockito:mockito-core
${version.mockito}
net.bytebuddy:byte-buddy
1.14.10
Details
Maven
2026-02-24 13:43:49 +00:00
0
Byte Buddy agent
261 KiB
Assets (2)
Versions (1) View all
1.14.11 2026-02-24