jar

com.qiwi.featuretoggle : featuretoggle-core

Maven & Gradle

Sep 28, 2022
2 usages
18 stars

featuretoggle-core · Feature toggle library for Android

Table Of Contents

Latest Version

Download com.qiwi.featuretoggle : featuretoggle-core JAR file - Latest Versions:

All Versions

Download com.qiwi.featuretoggle : featuretoggle-core 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 featuretoggle-core-0.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.qiwi.featuretoggle.flag

├─ com.qiwi.featuretoggle.flag.SimpleFeatureFlag.class - [JAR]

com.qiwi.featuretoggle.registry

├─ com.qiwi.featuretoggle.registry.FeatureFactoryRegistry.class - [JAR]

├─ com.qiwi.featuretoggle.registry.FeatureFlagRegistry.class - [JAR]

com.qiwi.featuretoggle.factory

├─ com.qiwi.featuretoggle.factory.FeatureFactory.class - [JAR]

├─ com.qiwi.featuretoggle.factory.SimpleFeatureFactory.class - [JAR]

com.qiwi.featuretoggle.annotation

├─ com.qiwi.featuretoggle.annotation.Factory.class - [JAR]

├─ com.qiwi.featuretoggle.annotation.FeatureFlag.class - [JAR]

Advertisement