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
- Host: GitHub
- URL: https://github.com/darmiel/eeee
- Owner: darmiel
- Created: 2022-02-16T18:17:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T10:09:41.000Z (about 3 years ago)
- Last Synced: 2025-03-26T22:32:04.837Z (about 1 year ago)
- Topics: framework, java, university
- Language: Java
- Homepage: https://eeee.d2a.io/
- Size: 9.43 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/#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!