Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 901 Bytes

File metadata and controls

32 lines (24 loc) · 901 Bytes

Larry

Larry Version Syscraft

What is a larry?

We're not entirely sure. We stumbled across this in the wild, and decided to make it available for everyone to fork.

Contributing

Feel free to PR changes, be sure to keep it strictly Larry-related.

Maven

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>