with-mahimasingh / Let-Us-Java

[Hacktoberfest 2021] Any amazing :fire: :100: code you may think of in Java, Let's compile all of them here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let-Us-Java

Any amazing 🔥 code you may think of in Java, let's compile all of them here 💯

Compiling projects

This project is organized according to the convention of Maven project. Make sure you have apache maven installed. The default maven goal is mvn clean install however you may just run mvn to compile at the project level, or at the module level.

~/checkouts/Let-Us-Java >>> mvn

Documentation

To generate the documentation, you may use doc profile when running maven. It will perform maven goal mvn site:site site:stage. Find the generated document in ./target/staging/ directory

~/checkouts/Let-Us-Java >>> mvn -P doc

Contributors

Latest updates

The repository has been updated to a Maven project, thanks to @fazreil. Please make sure that the build passes when creating a PR!

About

[Hacktoberfest 2021] Any amazing :fire: :100: code you may think of in Java, Let's compile all of them here

License:MIT License


Languages

Language:Java 100.0%