https://github.com/publicissapient/knowhow-common
https://github.com/publicissapient/knowhow-common
knowhow knowhow-suite
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/publicissapient/knowhow-common
- Owner: PublicisSapient
- License: apache-2.0
- Created: 2025-04-25T06:21:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-20T13:14:09.000Z (4 months ago)
- Last Synced: 2026-01-20T20:15:49.554Z (4 months ago)
- Topics: knowhow, knowhow-suite
- Language: Java
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# knowHOW Common Components
Common libraries shared acros different knowHOW components.
This is developed using Java 17 with Sprintboot 3.xx
## Security Requirements (Mandatory)
This repository uses GitGuardian via pre-commit hooks to scans your code before every commit.
Run once after cloning:
```
pip install pre-commit
pre-commit install