View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window growthbook-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.davidblanar.growthbook
├─ io.github.davidblanar.growthbook.Example.class - [JAR]
├─ io.github.davidblanar.growthbook.GBAttributes.class - [JAR]
├─ io.github.davidblanar.growthbook.GBCondition.class - [JAR]
├─ io.github.davidblanar.growthbook.GBConditionEvaluator.class - [JAR]
├─ io.github.davidblanar.growthbook.GBContext.class - [JAR]
├─ io.github.davidblanar.growthbook.GBExperiment.class - [JAR]
├─ io.github.davidblanar.growthbook.GBExperimentResult.class - [JAR]
├─ io.github.davidblanar.growthbook.GBFeature.class - [JAR]
├─ io.github.davidblanar.growthbook.GBFeatureResult.class - [JAR]
├─ io.github.davidblanar.growthbook.GBFeatureRule.class - [JAR]
├─ io.github.davidblanar.growthbook.GBFeatures.class - [JAR]
├─ io.github.davidblanar.growthbook.GBForcedVariations.class - [JAR]
├─ io.github.davidblanar.growthbook.GBHelper.class - [JAR]
├─ io.github.davidblanar.growthbook.GBTrackingCallback.class - [JAR]
├─ io.github.davidblanar.growthbook.GrowthBook.class - [JAR]