Giter VIP home page Giter VIP logo

skn-java-color's Introduction

SKN Java Color Library

java

Java

Maven Central Javadoc Apache License 2.0

 

JavaDocs:

Read the Javadoc for the main API: Color API

 

Introduction:

This is a simple Java Library for colored text output in console

I made this library so that I can use it in all of my java projects without writing the same codes over and over again

The main API Class of this library is Color which holds 16 static methods for 8 different colors

 

Details:

Color Class:

  • It doesn't need to be instantiated
  • It has 16 static methods for 8 different colors
  • The colors are:
    • Black
    • Red
    • Green
    • Yellow
    • Blue
    • Purple
    • Cyan
    • White

 

Use Case:

  • Java
  • Java Spring Boot

 

Requirements:

  • 💀 Minimum Java Version: 21
  • 💀 Minimum Maven Version: 3.9.6

 

Usage:

For Maven, inside dependencies tag of pom.xml, copy the following

<dependency>
 <groupId>best.skn</groupId>
 <artifactId>skn-java-color</artifactId>
 <version>1.3.2</version>
</dependency>

Write the following in the terminal

mvn install

Inside your Java Code, import the package like this

import best.skn.utils.color.Color;

For instructions for Gradle & others: Visit Maven Central

 

Dedicated To:

  • 👩‍🎨Prodipta Das Logno & 🧛‍♀️Atoshi Sarker Prithula: The two most special ladies of my life. I can't thank them enough for always treasuring me a lot. I am lucky that I met with these two amazing ladies. They have two special places in my heart and no other girl can ever replace them.
  • 💯My Parents: The greatest treasures of my life ever.

skn-java-color's People

Contributors

skn437 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.