is not current version
Last Version 1.12.12

net.bytebuddy:byte-buddy-dep 1.9.12

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.

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-dep
Version

Version

1.9.12
Type

Type

jar

Download byte-buddy-dep 1.9.12


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