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

A Java library that will speed up your development.

License

Notifications You must be signed in to change notification settings

AnErrupTion/JavaToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.