MVN

net.morimekta.utils : testing-pom

Maven & Gradle

Mar 28, 2023

Testing POM · This module contains a number of utilities and helpers to help with testing. It consists of a number of mostly independent parts.

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>testing-pom</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.morimekta.utils : testing-pom to add to Maven - Latest Versions:

  • Latest Stable: 5.3.0

All Versions

Choose a version of net.morimekta.utils : testing-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
5.3.x
testing-pom-5.3.0
5.2.x
testing-pom-5.2.0
5.1.x
testing-pom-5.1.0
5.0.x
testing-pom-5.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>testing-pom</artifactId>
    <version>5.3.0</version>
</dependency>

Advertisement