не последняя версия
Последняя версия 1.15.0

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

A Java source code formatter that follows Google Java Style.

Категории

Категории

Java Языки программирования ORM Данные
Группа

Группа

com.google.googlejavaformat
Идентификатор

Идентификатор

google-java-format-parent
Версия

Версия

1.4
Тип

Тип

pom

Скачать google-java-format-parent 1.4

Имя Файла Размер
google-java-format-parent-1.4.pom 8 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.google.googlejavaformat/google-java-format-parent/ -->
<dependency>
    <groupId>com.google.googlejavaformat</groupId>
    <artifactId>google-java-format-parent</artifactId>
    <version>1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.googlejavaformat/google-java-format-parent/
implementation 'com.google.googlejavaformat:google-java-format-parent:1.4'
// https://jarcasting.com/artifacts/com.google.googlejavaformat/google-java-format-parent/
implementation ("com.google.googlejavaformat:google-java-format-parent:1.4")
'com.google.googlejavaformat:google-java-format-parent:pom:1.4'
<dependency org="com.google.googlejavaformat" name="google-java-format-parent" rev="1.4">
  <artifact name="google-java-format-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.googlejavaformat', module='google-java-format-parent', version='1.4')
)
libraryDependencies += "com.google.googlejavaformat" % "google-java-format-parent" % "1.4"
[com.google.googlejavaformat/google-java-format-parent "1.4"]