is not current version
Last Version 1.8.0

com.google.actions:actions-on-google 1.0.0

Java/Kotlin library for Actions on Google

GroupId

GroupId

com.google.actions
ArtifactId

ArtifactId

actions-on-google
Version

Version

1.0.0
Type

Type

jar

Download actions-on-google 1.0.0


<!-- https://jarcasting.com/artifacts/com.google.actions/actions-on-google/ -->
<dependency>
    <groupId>com.google.actions</groupId>
    <artifactId>actions-on-google</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.actions/actions-on-google/
implementation 'com.google.actions:actions-on-google:1.0.0'
// https://jarcasting.com/artifacts/com.google.actions/actions-on-google/
implementation ("com.google.actions:actions-on-google:1.0.0")
'com.google.actions:actions-on-google:jar:1.0.0'
<dependency org="com.google.actions" name="actions-on-google" rev="1.0.0">
  <artifact name="actions-on-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.actions', module='actions-on-google', version='1.0.0')
)
libraryDependencies += "com.google.actions" % "actions-on-google" % "1.0.0"
[com.google.actions/actions-on-google "1.0.0"]