MVN

com.github.k0shk0sh.easy.version : com.github.k0shk0sh.easy.version.gradle.plugin

Maven & Gradle

Sep 22, 2021
9 stars

Gradle versioning manager · Gradle plugin to manage your libraries and app versioning.

<dependency>
    <groupId>com.github.k0shk0sh.easy.version</groupId>
    <artifactId>com.github.k0shk0sh.easy.version.gradle.plugin</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.k0shk0sh.easy.version : com.github.k0shk0sh.easy.version.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.github.k0shk0sh.easy.version : com.github.k0shk0sh.easy.version.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
com.github.k0shk0sh.easy.version.gradle.plugin-0.3.0
0.2.x
com.github.k0shk0sh.easy.version.gradle.plugin-0.2.0
0.1.x
com.github.k0shk0sh.easy.version.gradle.plugin-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.k0shk0sh.easy.version</groupId>
    <artifactId>com.github.k0shk0sh.easy.version.gradle.plugin</artifactId>
    <version>0.3.0</version>
</dependency>