| Categories |
CategoriesJava Languages ORM Data |
|---|---|
| GroupId | GroupIdcom.google.googlejavaformat |
| ArtifactId | ArtifactIdgoogle-java-format-parent |
| Version | Version1.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| google-java-format-parent-1.4.pom | 8 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.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"]