Last Version

io.bretty:console-view 3.4

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.

License

License

GroupId

GroupId

io.bretty
ArtifactId

ArtifactId

console-view
Version

Version

3.4
Type

Type

jar
Description

Description

io.bretty:console-view
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.
Project URL

Project URL

https://github.com/nathanielove/Java-Console-View

Download console-view 3.4


<!-- https://jarcasting.com/artifacts/io.bretty/console-view/ -->
<dependency>
    <groupId>io.bretty</groupId>
    <artifactId>console-view</artifactId>
    <version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.bretty/console-view/
implementation 'io.bretty:console-view:3.4'
// https://jarcasting.com/artifacts/io.bretty/console-view/
implementation ("io.bretty:console-view:3.4")
'io.bretty:console-view:jar:3.4'
<dependency org="io.bretty" name="console-view" rev="3.4">
  <artifact name="console-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bretty', module='console-view', version='3.4')
)
libraryDependencies += "io.bretty" % "console-view" % "3.4"
[io.bretty/console-view "3.4"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.