MVN

com.youkol : youkol-parent

Maven & Gradle

Aug 17, 2021
0 stars

youkol-parent · The parent POM which has to be inherited by all youkol modules

<dependency>
    <groupId>com.youkol</groupId>
    <artifactId>youkol-parent</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.youkol : youkol-parent to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of com.youkol : youkol-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5
youkol-parent-5
4
youkol-parent-4
3
youkol-parent-3
2
youkol-parent-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.youkol</groupId>
    <artifactId>youkol-parent</artifactId>
    <version>5</version>
</dependency>

Advertisement