License |
License |
---|---|
Categories |
CategoriesNet Byte Buddy Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdnet.bytebuddy |
ArtifactId | ArtifactIdbyte-buddy-benchmark |
Last Version | Last Version1.12.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionByte Buddy benchmarks
A benchmark of Byte Buddy using the JMH.
|
<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-benchmark/ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-benchmark</artifactId>
<version>1.12.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-benchmark/
implementation 'net.bytebuddy:byte-buddy-benchmark:1.12.12'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-benchmark/
implementation ("net.bytebuddy:byte-buddy-benchmark:1.12.12")
'net.bytebuddy:byte-buddy-benchmark:jar:1.12.12'
<dependency org="net.bytebuddy" name="byte-buddy-benchmark" rev="1.12.12">
<artifact name="byte-buddy-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-benchmark', version='1.12.12')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-benchmark" % "1.12.12"
[net.bytebuddy/byte-buddy-benchmark "1.12.12"]
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.16 |
com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |