GroupId | GroupIdcom.google.actions |
---|---|
ArtifactId | ArtifactIdactions-on-google |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
actions-on-google-1.5.0.pom | |
actions-on-google-1.5.0.jar | 804 KB |
actions-on-google-1.5.0-sources.jar | 160 KB |
actions-on-google-1.5.0-javadoc.jar | 214 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.actions/actions-on-google/
implementation 'com.google.actions:actions-on-google:1.5.0'
// https://jarcasting.com/artifacts/com.google.actions/actions-on-google/
implementation ("com.google.actions:actions-on-google:1.5.0")
'com.google.actions:actions-on-google:jar:1.5.0'
<dependency org="com.google.actions" name="actions-on-google" rev="1.5.0">
<artifact name="actions-on-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.actions', module='actions-on-google', version='1.5.0')
)
libraryDependencies += "com.google.actions" % "actions-on-google" % "1.5.0"
[com.google.actions/actions-on-google "1.5.0"]