<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> <version>1.15.5</version> </dependency>
implementation 'net.bytebuddy:byte-buddy-agent:1.15.5'
implementation("net.bytebuddy:byte-buddy-agent:1.15.5")
libraryDependencies += "net.bytebuddy" % "byte-buddy-agent" % "1.15.5"
@Grapes( @Grab(group='net.bytebuddy', module='byte-buddy-agent', version='1.15.5') )
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="1.15.5" />
[net.bytebuddy/byte-buddy-agent "1.15.5"]
'net.bytebuddy:byte-buddy-agent:jar:1.15.5'
<parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> <version>1.15.5</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.4