eeee icon indicating copy to clipboard operation
eeee copied to clipboard

Small Framework for University Exercises | Docs: WIP

EEEE

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)

Installation

Maven

  1. Add this repository to your pom.xml:
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
  1. 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!