*"Freely"* forcing you to include the license
into your program.
Files are compiled
with Java-8
and above, but mostly Java-11
.
Contributing.md has a large (to very large) section or division just for this!
This repository
has common/uncommonutilities
you can use for your program!
You may use any class you can find as long as you include the license
.
git clone https://github.com/JumperBot/Java-SomeUtils.git $HOME"/Java-SomeUtils/"
cp $HOME"/Java-SomeUtils/src/*" "/Your-Project/src/"
cp $HOME"/Java-SomeUtils/build/*" "/Your-Project/build/"
cp $HOME"/Java-SomeUtils/LICENSE" "/Your-Project/assets/"
Import a class
using:
import SomeUtils.WhatYouNeed.WhatYouNeed;
A documentation
for each class is included in it's own src/
subdirectory.
A demo
is included in each class, check them out before using them!
Community Contribution
is welcome in this repository.
As long as you don't ignore the Code Of Conduct
and some extra guidelines
!