We're not entirely sure. We stumbled across this in the wild, and decided to make it available for everyone to fork.
Feel free to PR changes, be sure to keep it strictly Larry-related.
You can add Larry to your projects by using our repository!
<repositories>
<repository>
<id>larry</id>
<url>https://repo.larryinternational.com/releases</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.larryinternational</groupId>
<artifactId>larry</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>