https://github.com/bobaikato/cutils
I write these utilities to make my life a hell lot more leisurely.
https://github.com/bobaikato/cutils
functional functional-programming functions java java-8 java8 javadocs libraries library object-functional utilities utility
Last synced: 5 months ago
JSON representation
I write these utilities to make my life a hell lot more leisurely.
- Host: GitHub
- URL: https://github.com/bobaikato/cutils
- Owner: bobaikato
- License: apache-2.0
- Created: 2019-08-09T15:36:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T08:39:17.000Z (6 months ago)
- Last Synced: 2025-04-19T17:58:07.801Z (6 months ago)
- Topics: functional, functional-programming, functions, java, java-8, java8, javadocs, libraries, library, object-functional, utilities, utility
- Language: Java
- Homepage:
- Size: 942 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## CUTILS ART
[](#License)
[](https://github.com/bobaikato/cutils/actions/workflows/maven.yml)
[](https://codebeat.co/projects/github-com-b0bai-cutils-master)
[](https://github.com/bobaikato/cutils/actions/workflows/maven-publish.yml)A package of utility classes intended to enhance and simplify my development — You need `Java 8+`. You can browse the [Javadocs](https://javadoc.io/doc/art.cutils/cutils). If you have any questions related to usage, simple open an issue.
## Where can I get the latest release?
[](https://search.maven.org/artifact/art.cutils/cutils)
[](https://javadoc.io/doc/art.cutils/cutils)```xml
art.cutils
cutils
{version}
```
- Gradle Groovy
```
implementation 'art.cutils:cutils:{version}'
```
- Gradle Kotlin
```
compile("art.cutils:cutils:{version}")
```
- [More, and others](https://search.maven.org/artifact/art.cutils/cutils)## Contributing
I accept Pull Requests via GitHub. Here are some guidelines which will make applying PRs easier:1. No tabs! Please use spaces for indentation.
2. Respect the code style.
3. Create minimal diffs.
4. If it will help, disable on save actions like reformat source code or organize imports. **If you feel the source code should be reformatted create a separate PR for this change**.
5. Please, provide **JUnit tests** for your changes and make sure your changes don't break any existing tests by running `mvn clean test`.
6. Lastly, open PR to `development` branch and [follow this rudimentary convention](https://blog.jasonmeridth.com/posts/do-not-issue-pull-requests-from-your-master-branch/)## Sponsors
[](https://www.jetbrains.com/community/opensource/#support)
## License
This code is under the [Apache Licence v2](https://github.com/prohorde/cutils/blob/master/LICENSE).