https://github.com/thiagolvlsantos/git-commons
Common classes for Git family projects.
https://github.com/thiagolvlsantos/git-commons
git java
Last synced: 6 months ago
JSON representation
Common classes for Git family projects.
- Host: GitHub
- URL: https://github.com/thiagolvlsantos/git-commons
- Owner: thiagolvlsantos
- License: apache-2.0
- Created: 2021-05-25T03:37:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T23:13:01.000Z (over 1 year ago)
- Last Synced: 2025-07-09T13:25:55.713Z (12 months ago)
- Topics: git, java
- Language: Java
- Homepage: https://thiagolvlsantos.github.io/git-commons
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## git-commons
[](https://github.com/thiagolvlsantos/git-commons/actions/workflows/maven.yml)
[](https://github.com/thiagolvlsantos/git-commons/actions/workflows/codeql.yml)
[](https://github.com/thiagolvlsantos/git-commons/actions/workflows/sonar.yml)
[](https://sonarcloud.io/dashboard?id=thiagolvlsantos_git-commons)
[](https://sonarcloud.io/dashboard?id=thiagolvlsantos_git-commons)
[](https://repo1.maven.org/maven2/io/github/thiagolvlsantos/git-commons/)
[](http://www.apache.org/licenses/LICENSE-2.0)
Classes shared for more than one `io.github.thiagolvlsantos.git` project.
## Usage
Include latest version [](https://repo1.maven.org/maven2/io/github/thiagolvlsantos/git-commons/) to your project.
```xml
io.github.thiagolvlsantos
git-commons
${latestVersion}
```
## Build
Localy, from this root directory call Maven commands or `bin/` at our will.