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