| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A cookbook of commonly used Java design patterns based on examples from:
Each pattern is contained in its own package. The Javadoc will provide more details and the unit tests will demonstrate how to use it.
Any comments/bugs/better ways of doing things, send 'em my way.
You'll need JDK 21+ installed on your dev box.
You can use the included Gradle wrapper to build the project and pull down the dependencies:
./gradlew buildThe Javadoc can be found in the <project-root>/build/docs/javadoc folder after you execute the build.
You can use the included Maven wrapper to build the project and pull down the dependencies:
./mvnw clean installThe Javadoc can be found in the <project-root>/target/apidocs folder after you execute the build.
Issues and new features are managed using the project Issue Tracker - submit bugs here.
You are welcome to take on new features or fix bugs! See here for how to get involved.
| Back | FazBrowse Home | New Git URL |