MVN

org.walkmod : walkmod-java-formatter-plugin

Maven & Gradle

Mar 29, 2016
3 stars

walkmod-formatter-plugin · walkmod pluggin to write sources files according an eclipse formatter configuration

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-java-formatter-plugin</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.2

All Versions

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

Version Vulnerabilities Updated
2.3.x
walkmod-java-formatter-plugin-2.3.2
walkmod-java-formatter-plugin-2.3.1
walkmod-java-formatter-plugin-2.3.0
2.2.x
walkmod-java-formatter-plugin-2.2.0
2.1.x
walkmod-java-formatter-plugin-2.1.0
2.0.x
walkmod-java-formatter-plugin-2.0.3
walkmod-java-formatter-plugin-2.0.2
walkmod-java-formatter-plugin-2.0.1
2.0
walkmod-java-formatter-plugin-2.0
1.0.x
walkmod-java-formatter-plugin-1.0.2
walkmod-java-formatter-plugin-1.0.1
1.0
walkmod-java-formatter-plugin-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-java-formatter-plugin</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.walkmod:walkmod-java-formatter-plugin:2.3.2'

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

implementation("org.walkmod:walkmod-java-formatter-plugin:2.3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.walkmod" % "walkmod-java-formatter-plugin" % "2.3.2"

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