EEEE* is a tiny framework for simple console input of values, which I wrote mainly for exercises of the university, because here often simple inputs with a scanner are needed, and I did not want to rewrite them again and again.
Also, I didn't use any existing frameworks, because apparently we are only allowed to use self-written code in the exams, and so I am allowed to use this mini-framework in the exams.
NOTE: This framework is ab-so-lutely not suitable for production use. It should only serve for practice. Also, definitely not type-safe.
📚 Documentation moved to (https://darmiel.github.io/eeee)
- Add this repository to your
pom.xml
:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the
eeee
-dependency:
<dependency>
<groupId>com.github.darmiel</groupId>
<artifactId>eeee</artifactId>
<version>2.6.0</version>
</dependency>
*) To be honest, I've already forgotten the meaning of the abbreviation. But it was certainly perfect!