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