MVN

com.github.zg2pro.formatter : zg2pro-formatter-plugin

Maven & Gradle

Oct 19, 2021
1 stars

zg2pro-formatter-plugin · This maven plugin enabled strong rules for formatting your java project, without relying on the IDEs formatting features

<dependency>
    <groupId>com.github.zg2pro.formatter</groupId>
    <artifactId>zg2pro-formatter-plugin</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zg2pro.formatter : zg2pro-formatter-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of com.github.zg2pro.formatter : zg2pro-formatter-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
zg2pro-formatter-plugin-0.10
0.9
zg2pro-formatter-plugin-0.9
0.8
zg2pro-formatter-plugin-0.8
0.7
zg2pro-formatter-plugin-0.7
0.6
zg2pro-formatter-plugin-0.6
0.5
zg2pro-formatter-plugin-0.5
0.4
zg2pro-formatter-plugin-0.4
0.3
zg2pro-formatter-plugin-0.3
0.2
zg2pro-formatter-plugin-0.2
0.1
zg2pro-formatter-plugin-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.zg2pro.formatter</groupId>
    <artifactId>zg2pro-formatter-plugin</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zg2pro.formatter : zg2pro-formatter-plugin gradle dependency to your build.gradle file:

implementation 'com.github.zg2pro.formatter:zg2pro-formatter-plugin:0.10'

Gradle Kotlin DSL: Add the following com.github.zg2pro.formatter : zg2pro-formatter-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zg2pro.formatter:zg2pro-formatter-plugin:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zg2pro.formatter : zg2pro-formatter-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zg2pro.formatter" % "zg2pro-formatter-plugin" % "0.10"