jar

com.github.kirich1409 : viewbindingpropertydelegate-core

Maven & Gradle

Mar 29, 2023
1.4k stars

View Binding Property Delegate · Make work with Android View Binding simpler

Table Of Contents

Latest Version

Download com.github.kirich1409 : viewbindingpropertydelegate-core JAR file - Latest Versions:

All Versions

Download com.github.kirich1409 : viewbindingpropertydelegate-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window viewbindingpropertydelegate-core-1.5.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

by.kirich1409.viewbindingdelegate.internal.core

├─ by.kirich1409.viewbindingdelegate.internal.core.UtilsKt.class - [JAR]

by.kirich1409.viewbindingdelegate

├─ by.kirich1409.viewbindingdelegate.EagerViewBindingProperty.class - [JAR]

├─ by.kirich1409.viewbindingdelegate.LazyViewBindingProperty.class - [JAR]

├─ by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.class - [JAR]

├─ by.kirich1409.viewbindingdelegate.ViewBindingProperty.class - [JAR]

├─ by.kirich1409.viewbindingdelegate.ViewBindingPropertyDelegate.class - [JAR]

├─ by.kirich1409.viewbindingdelegate.ViewBindingPropertyDelegateUtils.class - [JAR]

├─ by.kirich1409.viewbindingdelegate.ViewBindingPropertyKt.class - [JAR]

Advertisement