GroupId | GroupIdio.cloudslang.content |
---|---|
ArtifactId | ArtifactIdcs-google |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
cs-google-0.2.1.pom | |
cs-google-0.2.1.jar | 191 KB |
cs-google-0.2.1-sources.jar | 66 KB |
cs-google-0.2.1-javadoc.jar | 531 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cloudslang.content/cs-google/ -->
<dependency>
<groupId>io.cloudslang.content</groupId>
<artifactId>cs-google</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cloudslang.content/cs-google/
implementation 'io.cloudslang.content:cs-google:0.2.1'
// https://jarcasting.com/artifacts/io.cloudslang.content/cs-google/
implementation ("io.cloudslang.content:cs-google:0.2.1")
'io.cloudslang.content:cs-google:jar:0.2.1'
<dependency org="io.cloudslang.content" name="cs-google" rev="0.2.1">
<artifact name="cs-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cloudslang.content', module='cs-google', version='0.2.1')
)
libraryDependencies += "io.cloudslang.content" % "cs-google" % "0.2.1"
[io.cloudslang.content/cs-google "0.2.1"]