Android Buddy

Transform Android project classes with Byte Buddy at compile time.

License

License

GroupId

GroupId

com.likethesalad.android
ArtifactId

ArtifactId

android-buddy-tools
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Android Buddy
Transform Android project classes with Byte Buddy at compile time.
Project URL

Project URL

https://github.com/LikeTheSalad/android-buddy
Source Code Management

Source Code Management

https://github.com/LikeTheSalad/android-buddy

Download android-buddy-tools

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.10.19

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.8.5
0.8.4