Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olyutorskii/ghmvnlibtmpl
Java library project template for GitHub
https://github.com/olyutorskii/ghmvnlibtmpl
boilerplate github java library maven sample template
Last synced: 2 days ago
JSON representation
Java library project template for GitHub
- Host: GitHub
- URL: https://github.com/olyutorskii/ghmvnlibtmpl
- Owner: olyutorskii
- License: mit
- Created: 2020-11-02T16:01:47.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-19T12:54:43.000Z (11 months ago)
- Last Synced: 2023-12-19T14:41:06.321Z (11 months ago)
- Topics: boilerplate, github, java, library, maven, sample, template
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# GhMvnLibTmpl #
[![Java CI with Maven](https://github.com/olyutorskii/GhMvnLibTmpl/actions/workflows/maven.yml/badge.svg)](https://github.com/olyutorskii/GhMvnLibTmpl/actions/workflows/maven.yml)
[![CodeQL](https://github.com/olyutorskii/GhMvnLibTmpl/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/olyutorskii/GhMvnLibTmpl/actions/workflows/codeql-analysis.yml)-----------------------------------------------------------------------
## What is GhMvnLibTmpl ? ##
* **GhMvnLibTmpl** is a Java library
that supports BLAHBLAH.* Yes, this is a Java-library template project
with JDK + Maven + Git + GitHub (and Netbeans etc.).* [Creating a repository from a template](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)
## API document ##
* [API docs](https://olyutorskii.github.io/GhMvnLibTmpl/apidocs/index.html)
* [Maven report](https://olyutorskii.github.io/GhMvnLibTmpl/)## How to build ##
* GhMvnLibTmpl needs to use [Maven 3.3.9+](https://maven.apache.org/)
and JDK 1.8+ to be built.* GhMvnLibTmpl runtime does not depend on any other library at all.
Just compile Java sources under `src/main/java/`
if you don't use Maven nor JUnit nor resource-access.## License ##
* Code is under [The MIT License][MIT].
## Project founder ##
* By [Olyutorskii](https://github.com/olyutorskii) at 2020
## Key technology ##
- [Open Java Development Kit][JDK]
[MIT]: https://opensource.org/licenses/MIT
[JDK]: https://openjdk.java.net/--- EOF ---