MVN

org.beiter.michael.util : util-parent

Maven & Gradle

Apr 27, 2016
3 stars

Util Parent · The utility library provides common methods e.g. for build configuration and JDBC database connections. This is the parent POM file for Maven aggregator builds of this utility library.

<dependency>
    <groupId>org.beiter.michael.util</groupId>
    <artifactId>util-parent</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beiter.michael.util : util-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of org.beiter.michael.util : util-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
util-parent-1.4
1.3
util-parent-1.3
1.2
util-parent-1.2
1.1
util-parent-1.1
1.0
util-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.beiter.michael.util</groupId>
    <artifactId>util-parent</artifactId>
    <version>1.4</version>
</dependency>