jar

com.nickhudkins : prettyboxformatter

Maven & Gradle

Aug 25, 2021
0 stars

Pretty Box Formatter · A library for formatting/serializing text into boxes drawn using UTF-8 characters.

Table Of Contents

Latest Version

Download com.nickhudkins : prettyboxformatter JAR file - Latest Versions:

All Versions

Download com.nickhudkins : prettyboxformatter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
0.0.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 prettyboxformatter-0.0.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.bgpixel.prettyboxformatter

├─ com.bgpixel.prettyboxformatter.BoxMetaData.class - [JAR]

├─ com.bgpixel.prettyboxformatter.FormattingTaskData.class - [JAR]

├─ com.bgpixel.prettyboxformatter.JavaUtil.class - [JAR]

├─ com.bgpixel.prettyboxformatter.PrettyBoxConfiguration.class - [JAR]

├─ com.bgpixel.prettyboxformatter.PrettyBoxFormatter.class - [JAR]

├─ com.bgpixel.prettyboxformatter.PrettyBoxable.class - [JAR]

com.bgpixel.prettyboxformatter.linetype

├─ com.bgpixel.prettyboxformatter.linetype.BasicLineType.class - [JAR]

├─ com.bgpixel.prettyboxformatter.linetype.LineType.class - [JAR]

├─ com.bgpixel.prettyboxformatter.linetype.SimpleLineType.class - [JAR]

├─ com.bgpixel.prettyboxformatter.linetype.SingleCharLineType.class - [JAR]

com.bgpixel.prettyboxformatter.line

├─ com.bgpixel.prettyboxformatter.line.LineWithLevel.class - [JAR]

├─ com.bgpixel.prettyboxformatter.line.LineWithType.class - [JAR]

├─ com.bgpixel.prettyboxformatter.line.Lineset.class - [JAR]