f

fmt-maven-plugin

Maven Plugin that formats a project's Java Code following google-java-format
http://github.com/spotify/fmt-maven-plugin
MIT License
Caesar Ralf Klara Ward Pierre-Alexandre St-Jean Guillaume Simard Martin Laporte Andy Emond
文件下载
文件名 操作
fmt-maven-plugin-2.23.jar 下载
fmt-maven-plugin-2.23.pom 下载
fmt-maven-plugin-2.23-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.spotify.fmt</groupId>
  <artifactId>fmt-maven-plugin</artifactId>
  <version>2.23</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.spotify.fmt:fmt-maven-plugin:2.23'
Gradle Kotlin
implementation("com.spotify.fmt:fmt-maven-plugin:2.23")
Scala SBT
libraryDependencies += "com.spotify.fmt" % "fmt-maven-plugin" % "2.23"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify.fmt', module='fmt-maven-plugin', version='2.23')
)
Apache Ivy
<dependency org="com.spotify.fmt" name="fmt-maven-plugin" rev="2.23" />
Leiningen
[com.spotify.fmt/fmt-maven-plugin "2.23"]
Apache Buildr
'com.spotify.fmt:fmt-maven-plugin:jar:2.23'