MVN

io.crums : util

Maven & Gradle

Oct 25, 2022
0 stars

io.crums:util · A small collection of utility modules for Java Collections, JSON, general I/O (java.nio), buffers, and persistent fixed width tables.

<dependency>
    <groupId>io.crums</groupId>
    <artifactId>util</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.crums : util to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of io.crums : util to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
util-1.0.3
util-1.0.2
util-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.crums</groupId>
    <artifactId>util</artifactId>
    <version>1.0.3</version>
</dependency>