Skip to content

Latest commit

 

History

758 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUTILS ART

License Build & Test codebeat badge Release

A package of utility classes intended to enhance and simplify my development — You need Java 8+. You can browse the Javadocs. If you have any questions related to usage, simple open an issue.

Where can I get the latest release?

Maven Central javadoc

<dependency>
  <groupId>art.cutils</groupId>
  <artifactId>cutils</artifactId>
  <version>{version}</version>
</dependency> 
  • Gradle Groovy
implementation 'art.cutils:cutils:{version}'
  • Gradle Kotlin
compile("art.cutils:cutils:{version}")

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

Sponsors

Jetbrain

License

This code is under the Apache Licence v2.

About

I write these utilities to make my life a hell lot more leisurely.

Topics

Resources

Security policy

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages