MVN

com.google.googlejavaformat : google-java-format-parent

Maven & Gradle

May 01, 2023
5.1k stars

Google Java Format Parent · A Java source code formatter that follows Google Java Style.

<dependency>
    <groupId>com.google.googlejavaformat</groupId>
    <artifactId>google-java-format-parent</artifactId>
    <version>1.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.googlejavaformat : google-java-format-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.17.0
  • Latest Alpha: 0.1-alpha

All Versions

Choose a version of com.google.googlejavaformat : google-java-format-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.17.x
google-java-format-parent-1.17.0
1.16.x
google-java-format-parent-1.16.0
1.15.x
google-java-format-parent-1.15.0
1.14.x
google-java-format-parent-1.14.0
1.13.x
google-java-format-parent-1.13.0
1.12.x
google-java-format-parent-1.12.0
1.11.x
google-java-format-parent-1.11.0
1.10.x
google-java-format-parent-1.10.0
1.9
google-java-format-parent-1.9
1.8
google-java-format-parent-1.8
1.7
google-java-format-parent-1.7
1.6
google-java-format-parent-1.6
1.5
google-java-format-parent-1.5
1.4
google-java-format-parent-1.4
1.3
google-java-format-parent-1.3
1.2
google-java-format-parent-1.2
1.1
google-java-format-parent-1.1
1.0
google-java-format-parent-1.0
0.1
google-java-format-parent-0.1-alpha

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.googlejavaformat</groupId>
    <artifactId>google-java-format-parent</artifactId>
    <version>1.17.0</version>
</dependency>