<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-dep</artifactId> <version>1.15.3</version> </dependency>
implementation 'net.bytebuddy:byte-buddy-dep:1.15.3'
implementation("net.bytebuddy:byte-buddy-dep:1.15.3")
libraryDependencies += "net.bytebuddy" % "byte-buddy-dep" % "1.15.3"
@Grapes( @Grab(group='net.bytebuddy', module='byte-buddy-dep', version='1.15.3') )
<dependency org="net.bytebuddy" name="byte-buddy-dep" rev="1.15.3" />
[net.bytebuddy/byte-buddy-dep "1.15.3"]
'net.bytebuddy:byte-buddy-dep:jar:1.15.3'
<parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> <version>1.15.3</version> </parent>
compile
|-- org.ow2.asm:asm
|-- org.ow2.asm:asm-commons
provided
|-- net.java.dev.jna:jna
|-- net.java.dev.jna:jna-platform
test
|-- junit:junit
|-- org.mockito:mockito-core
|-- org.ow2.asm:asm-util
|-- org.ow2.asm:asm-analysis
|-- net.bytebuddy:byte-buddy-agent