MVN

net.videki.semver : conventional-commits-parent

Maven & Gradle

Jul 07, 2022
2 stars

Conventional Commits Project · Provides conventional commits plugins for Java build systems.

<dependency>
    <groupId>net.videki.semver</groupId>
    <artifactId>conventional-commits-parent</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.videki.semver : conventional-commits-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of net.videki.semver : conventional-commits-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
conventional-commits-parent-0.2.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.videki.semver</groupId>
    <artifactId>conventional-commits-parent</artifactId>
    <version>0.2.8</version>
</dependency>