Last Version

Byte Buddy for Android 1.12.12

Byte Buddy Android allows for limited support of code generation on an Android runtime.

License

License

Categories

Categories

Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-android
Version

Version

1.12.12
Type

Type

jar
Description

Description

Byte Buddy for Android
Byte Buddy Android allows for limited support of code generation on an Android runtime.

Download byte-buddy-android 1.12.12


<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-android/ -->
<dependency>
    <groupId>net.bytebuddy</groupId>
    <artifactId>byte-buddy-android</artifactId>
    <version>1.12.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-android/
implementation 'net.bytebuddy:byte-buddy-android:1.12.12'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-android/
implementation ("net.bytebuddy:byte-buddy-android:1.12.12")
'net.bytebuddy:byte-buddy-android:jar:1.12.12'
<dependency org="net.bytebuddy" name="byte-buddy-android" rev="1.12.12">
  <artifact name="byte-buddy-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-android', version='1.12.12')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-android" % "1.12.12"
[net.bytebuddy/byte-buddy-android "1.12.12"]

Dependencies

compile (2)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.12.12
com.jakewharton.android.repackaged : dalvik-dx jar 9.0.0_r3

provided (3)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4
com.google.code.findbugs : findbugs-annotations jar 3.0.1
com.google.code.findbugs : jsr305 jar 3.0.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.mockito : mockito-core jar 2.23.0

Project Modules

There are no modules declared in this project.