License |
License |
---|---|
GroupId | GroupIdcom.mitchseymour |
ArtifactId | ArtifactIdksql-udf-sentiment-analysis |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionKSQL UDF for sentiment analysis
KSQL UDF that uses the Google Cloud Natural Language API to perform sentiment analysis on streams of text
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/ -->
<dependency>
<groupId>com.mitchseymour</groupId>
<artifactId>ksql-udf-sentiment-analysis</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/
implementation 'com.mitchseymour:ksql-udf-sentiment-analysis:0.3.0'
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/
implementation ("com.mitchseymour:ksql-udf-sentiment-analysis:0.3.0")
'com.mitchseymour:ksql-udf-sentiment-analysis:jar:0.3.0'
<dependency org="com.mitchseymour" name="ksql-udf-sentiment-analysis" rev="0.3.0">
<artifact name="ksql-udf-sentiment-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchseymour', module='ksql-udf-sentiment-analysis', version='0.3.0')
)
libraryDependencies += "com.mitchseymour" % "ksql-udf-sentiment-analysis" % "0.3.0"
[com.mitchseymour/ksql-udf-sentiment-analysis "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-streams | jar | 2.3.0 |
org.slf4j : slf4j-api | jar | 1.7.27 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.1 |