Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 764 Bytes

File metadata and controls

38 lines (24 loc) · 764 Bytes

License GitHub Workflow Status (branch)

java-primitives

collection of extended primitive convenience types

Maven

Add the Jitpack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Release artifact

<dependency>
    <groupId>com.github.zrdj</groupId>
    <artifactId>java-primitives</artifactId>
    <version>0.3.1</version>
</dependency>

Motivation