CoreLib is a foundational library for the CodeLibs project, providing essential utilities and components to streamline development.
- Lightweight and efficient core utilities.
- Designed for seamless integration with CodeLibs projects.
- Actively maintained with continuous integration.
To include CoreLib in your project, add the following dependency to your pom.xml
:
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>corelib</artifactId>
<version>0.6.0-SNAPSHOT</version>
</dependency>
This project is licensed under the Apache License 2.0.