License |
License |
---|---|
Categories |
CategoriesJava Languages ORM Data |
GroupId | GroupIdcom.google.googlejavaformat |
ArtifactId | ArtifactIdgoogle-java-format-parent |
Last Version | Last Version1.15.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGoogle Java Format Parent
A Java source code formatter that follows Google Java Style.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
google-java-format-parent-1.15.0.pom | 7 KB |
Browse |
<!-- 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.15.0</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.15.0'
// https://jarcasting.com/artifacts/com.google.googlejavaformat/google-java-format-parent/
implementation ("com.google.googlejavaformat:google-java-format-parent:1.15.0")
'com.google.googlejavaformat:google-java-format-parent:pom:1.15.0'
<dependency org="com.google.googlejavaformat" name="google-java-format-parent" rev="1.15.0">
<artifact name="google-java-format-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.googlejavaformat', module='google-java-format-parent', version='1.15.0')
)
libraryDependencies += "com.google.googlejavaformat" % "google-java-format-parent" % "1.15.0"
[com.google.googlejavaformat/google-java-format-parent "1.15.0"]