https://github.com/creek-service/creek-base
Base types
https://github.com/creek-service/creek-base
Last synced: 27 days ago
JSON representation
Base types
- Host: GitHub
- URL: https://github.com/creek-service/creek-base
- Owner: creek-service
- License: apache-2.0
- Created: 2022-02-17T13:29:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T08:57:35.000Z (about 2 months ago)
- Last Synced: 2025-04-01T09:32:14.183Z (about 2 months ago)
- Language: Java
- Size: 662 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
[](https://coveralls.io/github/creek-service/creek-base?branch=main)
[](https://github.com/creek-service/creek-base/actions/workflows/build.yml)
[](https://central.sonatype.dev/search?q=creek-base-*)
[](https://github.com/creek-service/creek-base/actions/workflows/codeql.yml)
[](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-base)
[](https://bestpractices.coreinfrastructure.org/projects/6899)# Creek Base
Common code and types used internally by Creek.
Not intended for use by others.See [CreekService.org](https://www.creekservice.org) for info on Creek Service.
## Modules
* **[annotations](annotation) [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-base-annotation)]**: Dependency free module containing some common annotations.
* **[types](type) [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-base-type)]**: Common code and types.
* **[schema](schema) [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-base-schema)]**: Common code around schema handling.