is not current version
Last Version 0.3.0

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

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.0
Type

Type

jar

Download ksql-udf-sentiment-analysis 0.2.0


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