Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lyes-sefiane/java-programming-concepts
- Owner: lyes-sefiane
- License: mit
- Created: 2021-03-07T01:48:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T17:32:02.000Z (4 months ago)
- Last Synced: 2024-10-02T20:07:43.613Z (3 months ago)
- Topics: advanced-programming, functional-programming, java, java-11, java-8, java-fundamentals, object-oriented-programming, software-development
- Language: Java
- Homepage: https://github.com/lyes-sefiane/beautiful-java-programming-sample/wiki
- Size: 540 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 112. 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.