is not current version
Last Version 1.12.12

Byte Buddy (with dependencies) 1.12.7

Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with a remaining dependency onto ASM. You should never depend on this module without repackaging Byte Buddy and ASM into your own namespace.

License

License

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-dep
Version

Version

1.12.7
Type

Type

jar
Description

Description

Byte Buddy (with dependencies)
Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with a remaining dependency onto ASM. You should never depend on this module without repackaging Byte Buddy and ASM into your own namespace.

Download byte-buddy-dep 1.12.7


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

Dependencies

compile (2)

Group / Artifact Type Version
org.ow2.asm : asm jar 9.2
org.ow2.asm : asm-commons jar 9.2

provided (4)

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

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.mockito : mockito-core jar 2.23.0
org.ow2.asm : asm-util jar 9.2
org.ow2.asm : asm-analysis jar 9.2
net.bytebuddy : byte-buddy-agent jar 1.12.7

Project Modules

There are no modules declared in this project.