jar

org.brightify.hyperdrive : plugin

Maven & Gradle

Aug 14, 2023
14 stars

Hyperdrive Kotlin Plugin · Adds support for @ViewModel and @AutoFactory.

Table Of Contents

Latest Version

Download org.brightify.hyperdrive : plugin JAR file - Latest Versions:

All Versions

Download org.brightify.hyperdrive : plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 plugin-0.1.153.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.brightify.hyperdrive.viewmodel

├─ org.brightify.hyperdrive.viewmodel.NamingHelper.class - [JAR]

├─ org.brightify.hyperdrive.viewmodel.ViewModelIrGenerationExtension.class - [JAR]

├─ org.brightify.hyperdrive.viewmodel.ViewModelIrGenerator.class - [JAR]

├─ org.brightify.hyperdrive.viewmodel.ViewModelNames.class - [JAR]

├─ org.brightify.hyperdrive.viewmodel.ViewModelResolveExtension.class - [JAR]

org.brightify.hyperdrive

├─ org.brightify.hyperdrive.Either.class - [JAR]

├─ org.brightify.hyperdrive.HyperdriveComponentRegistrar.class - [JAR]

org.brightify.hyperdrive.autofactory

├─ org.brightify.hyperdrive.autofactory.AUTO_FACTORY_PLUGIN_ORIGIN.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.AutoFactoryFakeOverrideTransformer.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.AutoFactoryIrGenerationExtension.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.AutoFactoryIrGenerator.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.AutoFactoryNames.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.AutoFactoryResolveExtension.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.AutoFactoryResolveExtensionKt.class - [JAR]

├─ org.brightify.hyperdrive.autofactory.FactoryClassDescriptor.class - [JAR]

Advertisement