Primitiva is a utils library to alleviate boilerplate code when using the Java reflection API and the Java primitives. It can go from a collection of primitive to an array and unbox it in one line or tell you if a type is a primitive array type and much more.
(TO BE DONE)
<repository>
<id>primitiva.repo</id>
<url>https://raw.github.com/binarskugga/primitiva/maven</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<dependency>
<groupId>com.binarskugga</groupId>
<artifactId>primitiva</artifactId>
<version>1.0</version>
</dependency>