License |
License |
---|---|
Categories |
CategoriesNet Byte Buddy Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdnet.bytebuddy |
ArtifactId | ArtifactIdbyte-buddy |
Last Version | Last Version1.12.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionByte Buddy (without dependencies)
Byte Buddy is a Java library for creating Java classes at run time.
This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
|
Filename | Size |
---|---|
byte-buddy-1.12.12.pom | |
byte-buddy-1.12.12.jar | 3 MB |
byte-buddy-1.12.12-sources.jar | 1 MB |
byte-buddy-1.12.12-javadoc.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy/ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy/
implementation 'net.bytebuddy:byte-buddy:1.12.12'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy/
implementation ("net.bytebuddy:byte-buddy:1.12.12")
'net.bytebuddy:byte-buddy:jar:1.12.12'
<dependency org="net.bytebuddy" name="byte-buddy" rev="1.12.12">
<artifact name="byte-buddy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy', version='1.12.12')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy" % "1.12.12"
[net.bytebuddy/byte-buddy "1.12.12"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.8.0 |
net.java.dev.jna : jna-platform | jar | 5.8.0 |
com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |