is not current version
Last Version 0.3.0

com.mitchseymour:ksql-udf-sentiment-analysis 0.2.1

KSQL UDF that uses the Google Cloud Natural Language API to perform sentiment analysis on streams of text

GroupId

GroupId

com.mitchseymour
ArtifactId

ArtifactId

ksql-udf-sentiment-analysis
Version

Version

0.2.1
Type

Type

jar

Download ksql-udf-sentiment-analysis 0.2.1


<!-- https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/ -->
<dependency>
    <groupId>com.mitchseymour</groupId>
    <artifactId>ksql-udf-sentiment-analysis</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/
implementation 'com.mitchseymour:ksql-udf-sentiment-analysis:0.2.1'
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/
implementation ("com.mitchseymour:ksql-udf-sentiment-analysis:0.2.1")
'com.mitchseymour:ksql-udf-sentiment-analysis:jar:0.2.1'
<dependency org="com.mitchseymour" name="ksql-udf-sentiment-analysis" rev="0.2.1">
  <artifact name="ksql-udf-sentiment-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchseymour', module='ksql-udf-sentiment-analysis', version='0.2.1')
)
libraryDependencies += "com.mitchseymour" % "ksql-udf-sentiment-analysis" % "0.2.1"
[com.mitchseymour/ksql-udf-sentiment-analysis "0.2.1"]