MVN

com.kerbaya : plugins-parent

Maven & Gradle

Dec 09, 2021
0 stars

Kerbaya Plugins Parent · Parent to define Maven plugins for Kerbaya artifacts

<dependency>
    <groupId>com.kerbaya</groupId>
    <artifactId>plugins-parent</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2

All Versions

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

Version Vulnerabilities Updated
2
plugins-parent-2
1
plugins-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.kerbaya</groupId>
    <artifactId>plugins-parent</artifactId>
    <version>2</version>
</dependency>

Advertisement