An open API service indexing awesome lists of open source software.

https://github.com/darmiel/eeee

Small Framework for University Exercises
https://github.com/darmiel/eeee

framework java university

Last synced: 12 months ago
JSON representation

Small Framework for University Exercises

Awesome Lists containing this project

README

          

# 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`:

```xml


jitpack.io
https://jitpack.io

```

2. Add the `eeee`-dependency:

[![](https://jitpack.io/v/darmiel/eeee.svg)](https://jitpack.io/#darmiel/eeee)

```xml

com.github.darmiel
eeee
2.6.0

```

---

*) To be honest, I've already forgotten the meaning of the abbreviation. But it was certainly
perfect!