MVN

net.morimekta.utils : proto-pom

Maven & Gradle

Jan 14, 2023

Proto 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>proto-pom</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
proto-pom-1.0.1
proto-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>proto-pom</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement