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