Join the Community

Sign up for the newsletter and stay up to date with the newest code and information

Get the Dependency

Go to Maven Central and search for chimp-central to find all dependencies by Chimp Central or search for a specific library of your interest. It is recommended to use the latest version of the repository.

Select the dependency version and copy the dependency tag per your needs for Maven, Gradle, or Scala. Maven also allows the user to get the dependency for other such projects.

Example for data-utility dependency for version 1.0.1:

<dependency>
  <groupId>com.chimp-central</groupId>
  <artifactId>data-utility</artifactId>
  <version>1.0.1</version>xxx
</dependency>