Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.seanshubin.http.values |
ArtifactId | ArtifactIdhttp-values-client-google |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-client-google/ -->
<dependency>
<groupId>com.seanshubin.http.values</groupId>
<artifactId>http-values-client-google</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-client-google/
implementation 'com.seanshubin.http.values:http-values-client-google:1.0'
// https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-client-google/
implementation ("com.seanshubin.http.values:http-values-client-google:1.0")
'com.seanshubin.http.values:http-values-client-google:jar:1.0'
<dependency org="com.seanshubin.http.values" name="http-values-client-google" rev="1.0">
<artifact name="http-values-client-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.http.values', module='http-values-client-google', version='1.0')
)
libraryDependencies += "com.seanshubin.http.values" % "http-values-client-google" % "1.0"
[com.seanshubin.http.values/http-values-client-google "1.0"]