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