is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-benchmark 1.4.4

A benchmark of Byte Buddy using the JMH.

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-benchmark
Version

Version

1.4.4
Type

Type

jar

Download byte-buddy-benchmark 1.4.4


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