/fulcrum

Micro-utilities for Java

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

logo Fulcrum

Fulcrum is home to tiny micro libraries that do very specific things, and can be imported into a project individually, without dragging in tons of unneeded dependencies.

Maven release Total alerts Gradle build codecov

Modules

Getting started

Select just the module(s) that you need from the list above. Some modules have a short README describing their use.

Simply add the following snippet to your build file. Replace the version placeholder x.y.z in the snippet with the version shown on the Download badge at the top of this README, and fulcrum-module with the name of the actual module you need.

For Maven:

<dependency>
  <groupId>com.obsidiandynamics.fulcrum</groupId>
  <artifactId>fulcrum-module</artifactId>
  <version>x.y.z</version>
  <type>pom</type>
</dependency>

For Gradle:

api 'com.obsidiandynamics.fulcrum:fulcrum-module:x.y.z'