Skip to content

be.sddevelopment.code-utils 1.0.0-SNAPSHOT Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>be.sddevelopment</groupId>
  <artifactId>code-utils</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

A set of tools and utility classes, aimed at making it easier for developers to write their code
in a clean and concise manner. These utilities will mostly be generic implementations that
provide a quicker way to implement useful design patterns.