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