jar

com.github.amitrei : testPrettier

Maven & Gradle

Dec 13, 2020
0 stars

TestPrettier · A application used to make your java console test prettier inside table with just one annotation.

Table Of Contents

Latest Version

Download com.github.amitrei : testPrettier JAR file - Latest Versions:

All Versions

Download com.github.amitrei : testPrettier JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 testPrettier-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.amitrei.testprettier.services

├─ com.amitrei.testprettier.services.AnnotationService.class - [JAR]

├─ com.amitrei.testprettier.services.ClassService.class - [JAR]

├─ com.amitrei.testprettier.services.FieldService.class - [JAR]

├─ com.amitrei.testprettier.services.MethodService.class - [JAR]

com.amitrei.testprettier.exceptions

├─ com.amitrei.testprettier.exceptions.BeanNotFoundException.class - [JAR]

├─ com.amitrei.testprettier.exceptions.MultipleTitlesException.class - [JAR]

├─ com.amitrei.testprettier.exceptions.NotFoundException.class - [JAR]

com.amitrei.testprettier.annotations

├─ com.amitrei.testprettier.annotations.TableTemplate.class - [JAR]

com.amitrei.testprettier.interfaces

├─ com.amitrei.testprettier.interfaces.Rows.class - [JAR]

├─ com.amitrei.testprettier.interfaces.TableParts.class - [JAR]

com.amitrei.testprettier.beans

├─ com.amitrei.testprettier.beans.Header.class - [JAR]

├─ com.amitrei.testprettier.beans.Row.class - [JAR]

├─ com.amitrei.testprettier.beans.SimpleBox.class - [JAR]

├─ com.amitrei.testprettier.beans.Table.class - [JAR]

├─ com.amitrei.testprettier.beans.TableManager.class - [JAR]

├─ com.amitrei.testprettier.beans.Title.class - [JAR]