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
- Host: GitHub
- URL: https://github.com/codelibs/corelib
- Owner: codelibs
- License: apache-2.0
- Created: 2012-12-13T21:22:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T14:44:04.000Z (2 months ago)
- Last Synced: 2025-04-30T15:55:44.014Z (2 months ago)
- Topics: java
- Language: Java
- Size: 805 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CoreLib [](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)