Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 686 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 686 Bytes

JavaToolkit

A Java library that will speed up your development.
JavaToolkit is made to integrate C# features and methods. Java always shared things in common with C#, so why not vice-versa?

Features include :

  • Getting all matches of a regex from input
  • Working with files with ease
  • Making requests with the new Java 11 HttpClient
  • ANSI color codes and a Console class with a LogType class (Info, warning, error)
  • Working with arrays (removing duplicates, conversion)
  • And more!

Requirements

IDE IntelliJ IDEA 2021.1
OpenJDK 11

Documentation

Javadocs can be found at https://anerruption.github.io/JavaToolkit/.