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