pepperkit

Logo

A kit of unrelated tools for Java developers

View My GitHub Profile

PepperKit

A set of small unrelated tools, each of which provides a little help for Java developers - season your code with the open source pepper!

For now pepperkit includes:

Retry

Simple and lightweight retry library for Java, it helps you transparently retry failed operations.

Open in GitHub

Java Style Guide

Java style guide built upon Sun Microsystems and Google style guides, widely accepted best practices.

Open in GitHub

Git Hooks Maven Plugin

Maven plugin, which helps easily configure project’s git hooks, and store this configuration in the code as part of pom.xml.

Open in GitHub

Git Hooks Gradle Plugin

Gradle plugin, which helps easily configure project’s git hooks, and store this configuration in the code as part of build.gradle.

Open in GitHub

CoreNLP Stop Words Annotator

Annotator for CoreNLP library, allows to add the set of rules or/and the words themselves, which should be filtered out in the CoreNLP pipeline processing.

Open in GitHub