jar

io.bretty : console-view

Maven & Gradle

Feb 20, 2016
31 stars

A Java framework to instantly build the View layer of your command line app. No more worries about anything like printing menus or validating user inputs. Just focus on your app logic.

Table Of Contents

Latest Version

Download io.bretty : console-view JAR file - Latest Versions:

All Versions

Download io.bretty : console-view JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4
3.3
3.2
3.1
3.0
2.0

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 console-view-3.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.bretty.console.view

├─ io.bretty.console.view.AbstractView.class - [JAR]

├─ io.bretty.console.view.ActionView.class - [JAR]

├─ io.bretty.console.view.IndexNumberFormatter.class - [JAR]

├─ io.bretty.console.view.MenuView.class - [JAR]

├─ io.bretty.console.view.Validator.class - [JAR]

├─ io.bretty.console.view.ViewConfig.class - [JAR]

Advertisement