MVN

com.marvinformatics.formatter : java-formatter

Maven & Gradle

Apr 11, 2018
4 usages
11 stars

java-formatter · Plugin for formatting source code

<dependency>
    <groupId>com.marvinformatics.formatter</groupId>
    <artifactId>java-formatter</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvinformatics.formatter : java-formatter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.marvinformatics.formatter : java-formatter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
java-formatter-2.2.0
2.1.x
java-formatter-2.1.2
java-formatter-2.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.marvinformatics.formatter</groupId>
    <artifactId>java-formatter</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marvinformatics.formatter : java-formatter gradle dependency to your build.gradle file:

implementation 'com.marvinformatics.formatter:java-formatter:2.2.0'

Gradle Kotlin DSL: Add the following com.marvinformatics.formatter : java-formatter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marvinformatics.formatter:java-formatter:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marvinformatics.formatter : java-formatter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marvinformatics.formatter" % "java-formatter" % "2.2.0"

Advertisement