GroupId | GroupIdcom.walterjwhite.modules |
---|---|
ArtifactId | ArtifactIdgoogle |
Version | Version0.0.14 |
Type | Typejar |
Filename | Size |
---|---|
google-0.0.14.pom | |
google-0.0.14.jar | 5 KB |
google-0.0.14-sources.jar | 4 KB |
google-0.0.14-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.modules/google/ -->
<dependency>
<groupId>com.walterjwhite.modules</groupId>
<artifactId>google</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.modules/google/
implementation 'com.walterjwhite.modules:google:0.0.14'
// https://jarcasting.com/artifacts/com.walterjwhite.modules/google/
implementation ("com.walterjwhite.modules:google:0.0.14")
'com.walterjwhite.modules:google:jar:0.0.14'
<dependency org="com.walterjwhite.modules" name="google" rev="0.0.14">
<artifact name="google" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.modules', module='google', version='0.0.14')
)
libraryDependencies += "com.walterjwhite.modules" % "google" % "0.0.14"
[com.walterjwhite.modules/google "0.0.14"]