An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/creek-service/creek-base/badge.svg?branch=main)](https://coveralls.io/github/creek-service/creek-base?branch=main)
[![Build](https://github.com/creek-service/creek-base/actions/workflows/build.yml/badge.svg)](https://github.com/creek-service/creek-base/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.creekservice/creek-base-type.svg)](https://central.sonatype.dev/search?q=creek-base-*)
[![CodeQL](https://github.com/creek-service/creek-base/actions/workflows/codeql.yml/badge.svg)](https://github.com/creek-service/creek-base/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-base/badge)](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-base)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6899/badge)](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.