GroupId | GroupIdcom.google |
---|---|
ArtifactId | ArtifactIdgoogle |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
google-3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google/google/ -->
<dependency>
<groupId>com.google</groupId>
<artifactId>google</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google/google/
implementation 'com.google:google:3'
// https://jarcasting.com/artifacts/com.google/google/
implementation ("com.google:google:3")
'com.google:google:pom:3'
<dependency org="com.google" name="google" rev="3">
<artifact name="google" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google', module='google', version='3')
)
libraryDependencies += "com.google" % "google" % "3"
[com.google/google "3"]