Skip to content

karthik1117/ColoredPrinter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColoredPrinter

The whole point is to live life and be - to use all the colors in the crayon box. - RuPaul

Colors, like features, follow the changes of the emotions. - Pablo Picasso

Add colors to your console 🌈

coloredSysOut(String data,String color)

Prints the data using System.out.println adding ASCII color codes

Colors supported:

⚫ BLACK 
🔴 RED
🟢 GREEN
🟡 YELLOW
🟣 PURPLE
🔵 CYAN
⚪ WHITE

Maven dependency

Sonatype repository link : https://s01.oss.sonatype.org/content/repositories/releases/

JAR XML:

<dependency>
    <groupId>com.yagzanmanju</groupId>
    <artifactId>ColoredPrinter</artifactId>
    <version>1.0</version>
</dependency>

Source Jar XML:

<dependency>
  <groupId>com.yagzanmanju</groupId>
  <artifactId>ColoredPrinter</artifactId>
  <version>1.0</version>
  <classifier>sources</classifier>
</dependency>

Javadoc Jar XML:

<dependency>
  <groupId>com.yagzanmanju</groupId>
  <artifactId>ColoredPrinter</artifactId>
  <version>1.0</version>
  <classifier>javadoc</classifier>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%