MVN

io.polyapi : parent-pom

Maven & Gradle

Jan 16, 2024

Poly API Java parent POM · Java client library for Poly API

<dependency>
    <groupId>io.polyapi</groupId>
    <artifactId>parent-pom</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.polyapi : parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of io.polyapi : parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
parent-pom-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.polyapi</groupId>
    <artifactId>parent-pom</artifactId>
    <version>0.2.0</version>
</dependency>

Advertisement