<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-android</artifactId> <version>1.8.6</version> </dependency>
implementation 'net.bytebuddy:byte-buddy-android:1.8.6'
implementation("net.bytebuddy:byte-buddy-android:1.8.6")
libraryDependencies += "net.bytebuddy" % "byte-buddy-android" % "1.8.6"
@Grapes( @Grab(group='net.bytebuddy', module='byte-buddy-android', version='1.8.6') )
<dependency org="net.bytebuddy" name="byte-buddy-android" rev="1.8.6" />
[net.bytebuddy/byte-buddy-android "1.8.6"]
'net.bytebuddy:byte-buddy-android:jar:1.8.6'
<parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> <version>1.8.6</version> </parent>
compile
|-- net.bytebuddy:byte-buddy
|-- com.jakewharton.android.repackaged:dalvik-dx:1
provided
|-- com.google.android:android
test
|-- junit:junit
|-- org.mockito:mockito-core