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