GroupId | GroupIdcom.google.actions |
---|---|
ArtifactId | ArtifactIdactions-on-google |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
actions-on-google-1.3.0.pom | |
actions-on-google-1.3.0.jar | 682 KB |
actions-on-google-1.3.0-sources.jar | 153 KB |
actions-on-google-1.3.0-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.actions/actions-on-google/ -->
<dependency>
<groupId>com.google.actions</groupId>
<artifactId>actions-on-google</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.actions/actions-on-google/
implementation 'com.google.actions:actions-on-google:1.3.0'
// https://jarcasting.com/artifacts/com.google.actions/actions-on-google/
implementation ("com.google.actions:actions-on-google:1.3.0")
'com.google.actions:actions-on-google:jar:1.3.0'
<dependency org="com.google.actions" name="actions-on-google" rev="1.3.0">
<artifact name="actions-on-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.actions', module='actions-on-google', version='1.3.0')
)
libraryDependencies += "com.google.actions" % "actions-on-google" % "1.3.0"
[com.google.actions/actions-on-google "1.3.0"]