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