MVN

org.walkmod : walkmod-git-plugin

Maven & Gradle

Feb 15, 2016
1 stars

walkmod-git-plugin · Walkmod plugin to apply walkmod only into your last git changes

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-git-plugin</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.walkmod : walkmod-git-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.walkmod : walkmod-git-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
walkmod-git-plugin-1.1.0
1.0.x
walkmod-git-plugin-1.0.0

How to add a dependency to Maven

Add the following org.walkmod : walkmod-git-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-git-plugin</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.walkmod : walkmod-git-plugin gradle dependency to your build.gradle file:

implementation 'org.walkmod:walkmod-git-plugin:1.1.0'

Gradle Kotlin DSL: Add the following org.walkmod : walkmod-git-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.walkmod:walkmod-git-plugin:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.walkmod : walkmod-git-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.walkmod" % "walkmod-git-plugin" % "1.1.0"

Advertisement

Dependencies from Group

Mar 31, 2018
20 usages
152 stars
Feb 05, 2018
13 usages
Mar 30, 2018
9 usages
Jun 26, 2018
4 usages
42 stars
Feb 13, 2017
3 usages

Discover Dependencies