License |
License |
---|---|
GroupId | GroupIdcom.mitchseymour |
ArtifactId | ArtifactIdksql-udf-dialogflow |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionKSQL UDF for Dialogflow conversations
KSQL UDF that interacts with a Dialogflow conversation agent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ksql-udf-dialogflow-0.1.0.pom | |
ksql-udf-dialogflow-0.1.0.jar | 22 MB |
ksql-udf-dialogflow-0.1.0-sources.jar | 2 KB |
ksql-udf-dialogflow-0.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-dialogflow/ -->
<dependency>
<groupId>com.mitchseymour</groupId>
<artifactId>ksql-udf-dialogflow</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-dialogflow/
implementation 'com.mitchseymour:ksql-udf-dialogflow:0.1.0'
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-dialogflow/
implementation ("com.mitchseymour:ksql-udf-dialogflow:0.1.0")
'com.mitchseymour:ksql-udf-dialogflow:jar:0.1.0'
<dependency org="com.mitchseymour" name="ksql-udf-dialogflow" rev="0.1.0">
<artifact name="ksql-udf-dialogflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchseymour', module='ksql-udf-dialogflow', version='0.1.0')
)
libraryDependencies += "com.mitchseymour" % "ksql-udf-dialogflow" % "0.1.0"
[com.mitchseymour/ksql-udf-dialogflow "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.1 |