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