| License |
License |
|---|---|
| GroupId | GroupIdcom.google |
| ArtifactId | ArtifactIdgoogle |
| Last Version | Last Version5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGoogle
Internally developed code released as open source.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| google-5.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google/google/ -->
<dependency>
<groupId>com.google</groupId>
<artifactId>google</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google/google/
implementation 'com.google:google:5'
// https://jarcasting.com/artifacts/com.google/google/
implementation ("com.google:google:5")
'com.google:google:pom:5'
<dependency org="com.google" name="google" rev="5">
<artifact name="google" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google', module='google', version='5')
)
libraryDependencies += "com.google" % "google" % "5"
[com.google/google "5"]