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