MVN

com.flowlogix : infra-pom

Maven & Gradle

Feb 16, 2024
2 stars

Infrastructure POM · Opinionated infrastructure to be used as parent POM

<dependency>
    <groupId>com.flowlogix</groupId>
    <artifactId>infra-pom</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flowlogix : infra-pom to add to Maven - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of com.flowlogix : infra-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
2
infra-pom-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.flowlogix</groupId>
    <artifactId>infra-pom</artifactId>
    <version>2</version>
</dependency>

Advertisement