Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:05:11.000Z (2 months ago)
- Last Synced: 2024-11-01T10:07:26.959Z (2 months ago)
- Topics: functional, functional-programming, functions, java, java-8, java8, javadocs, libraries, library, object-functional, utilities, utility
- Language: Java
- Homepage:
- Size: 919 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## CUTILS ART
[![License](https://img.shields.io/github/license/honerfor/cutils)](#License)
[![Build & Test](https://github.com/bobaikato/cutils/actions/workflows/maven.yml/badge.svg)](https://github.com/bobaikato/cutils/actions/workflows/maven.yml)
[![codebeat badge](https://codebeat.co/badges/0938a891-4a79-4966-b914-e07720cd1771)](https://codebeat.co/projects/github-com-b0bai-cutils-master)
[![Release](https://github.com/bobaikato/cutils/actions/workflows/maven-publish.yml/badge.svg)](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?
[![Maven Central](https://img.shields.io/maven-central/v/art.cutils/cutils)](https://search.maven.org/artifact/art.cutils/cutils)
[![javadoc](https://javadoc.io/badge/art.cutils/cutils.svg?color=brown)](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
[![Jetbrain](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg)](https://www.jetbrains.com/community/opensource/#support)
## License
This code is under the [Apache Licence v2](https://github.com/prohorde/cutils/blob/master/LICENSE).