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