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