| License |
License |
|---|---|
| Categories |
CategoriesJava Languages ORM Data |
| GroupId | GroupIdio.opil |
| ArtifactId | ArtifactIdgoogle-java-format |
| Version | Version1.11.1 |
| Type | Typejar |
| Description |
DescriptionGoogle Java Format
A Java source code formatter that follows Google Java Style.
|
| Filename | Size |
|---|---|
| google-java-format-1.11.1.pom | |
| google-java-format-1.11.1.jar | 249 KB |
| google-java-format-1.11.1-sources.jar | 132 KB |
| google-java-format-1.11.1-javadoc.jar | 746 KB |
| google-java-format-1.11.1-all-deps.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.opil/google-java-format/ -->
<dependency>
<groupId>io.opil</groupId>
<artifactId>google-java-format</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.opil/google-java-format/
implementation 'io.opil:google-java-format:1.11.1'
// https://jarcasting.com/artifacts/io.opil/google-java-format/
implementation ("io.opil:google-java-format:1.11.1")
'io.opil:google-java-format:jar:1.11.1'
<dependency org="io.opil" name="google-java-format" rev="1.11.1">
<artifact name="google-java-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opil', module='google-java-format', version='1.11.1')
)
libraryDependencies += "io.opil" % "google-java-format" % "1.11.1"
[io.opil/google-java-format "1.11.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1.1-jre |
| org.checkerframework : checker-qual Optional | jar | 3.6.1 |
| com.google.errorprone : error_prone_annotations Optional | jar | 2.7.1 |
| com.google.auto.value : auto-value-annotations Optional | jar | 1.8.2 |
| com.google.auto.service : auto-service-annotations Optional | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.google.guava : guava-testlib | jar | 30.1.1-jre |
| com.google.truth : truth | jar | 1.0 |
| com.google.testing.compile : compile-testing | jar | 0.15 |