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