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

https://github.com/codelibs/corelib

Core library for CodeLibs
https://github.com/codelibs/corelib

java

Last synced: 2 months ago
JSON representation

Core library for CodeLibs

Awesome Lists containing this project

README

        

CoreLib [![Java CI with Maven](https://github.com/codelibs/corelib/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/corelib/actions/workflows/maven.yml)
=============

CoreLib is a foundational library for the CodeLibs project, providing essential utilities and components to streamline development.

## Features

- Lightweight and efficient core utilities.
- Designed for seamless integration with CodeLibs projects.
- Actively maintained with continuous integration.

## Getting Started

To include CoreLib in your project, add the following dependency to your `pom.xml`:

```xml

org.codelibs
corelib
0.6.0-SNAPSHOT

```

## License

This project is licensed under the [Apache License 2.0](https://github.com/codelibs/corelib/blob/master/LICENSE).

## Links

- [CodeLibs Website](https://codelibs.org)
- [GitHub Repository](https://github.com/codelibs/corelib)
- [Issue Tracker](https://github.com/codelibs/corelib/issues)