MVN

org.walkmod : walkmod-override-plugin

Maven & Gradle

Nov 04, 2016
0 stars

walkmod-override-plugin · Visitor to apply the override Java annotations on methods whenever it is necessary.

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

Latest Version

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

  • Latest Stable: 1.0.9

All Versions

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

Version Vulnerabilities Updated
1.0.x
walkmod-override-plugin-1.0.9
walkmod-override-plugin-1.0.8
walkmod-override-plugin-1.0.7
walkmod-override-plugin-1.0.6
walkmod-override-plugin-1.0.5
walkmod-override-plugin-1.0.4
walkmod-override-plugin-1.0.3
walkmod-override-plugin-1.0.2
walkmod-override-plugin-1.0.1
walkmod-override-plugin-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-override-plugin</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.walkmod:walkmod-override-plugin:1.0.9'

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

implementation("org.walkmod:walkmod-override-plugin:1.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.walkmod" % "walkmod-override-plugin" % "1.0.9"

Advertisement