MVN

io.github.blazmrak.utils : utils-bom

Maven & Gradle

Aug 07, 2020

A utility collection for speeding up the development of REST services with KumuluzEE.

<dependency>
    <groupId>io.github.blazmrak.utils</groupId>
    <artifactId>utils-bom</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.blazmrak.utils : utils-bom to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of io.github.blazmrak.utils : utils-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
utils-bom-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.blazmrak.utils</groupId>
    <artifactId>utils-bom</artifactId>
    <version>0.1.0</version>
</dependency>