Skip to content

pepperkit/pepperkit.github.io

Repository files navigation

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:

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

Open in GitHub

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

Open in GitHub

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

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

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