Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lyes-sefiane/java-programming-concepts

Java Programming Concepts
https://github.com/lyes-sefiane/java-programming-concepts

advanced-programming functional-programming java java-11 java-8 java-fundamentals object-oriented-programming software-development

Last synced: 3 months ago
JSON representation

Java Programming Concepts

Awesome Lists containing this project

README

        

# Beautiful Java Programming

## License

[Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License][cc-by-nc-nd].

[![CC BY-NC-ND 4.0][cc-by-nc-nd-image]][cc-by-nc-nd]

[cc-by-nc-nd]: http://creativecommons.org/licenses/by-nc-nd/4.0/
[cc-by-nc-nd-image]: https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png
[cc-by-nc-nd-shield]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg

## Wiki

* [lyes-sefiane/beautiful-java-programming-sample/wiki](https://github.com/lyes-sefiane/beautiful-java-programming-sample/wiki)

## Modules

1. [Beautiful Java Functional Programming](https://github.com/lyes-sefiane/beautiful-java-programming-sample/tree/master/beautiful-java-functional-programming-sample)

2. [Beautiful Java Advanced Programming](https://github.com/lyes-sefiane/beautiful-java-programming-sample/tree/master/beautiful-java-advanced-programming-sample)

## Requirements

```
1. Java 11

2. Maven 3.x.x
``````

## Setup

**1. Git Clone**

```
git clone https://github.com/lyes-sefiane/beautiful-java-programming-sample.git
``````

**2. Maven Build**

```
cd beautiful-java-programming-sample/

mvn clean install
``````

## Contributing

* Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.