GroupId | GroupIdcom.mitchseymour |
---|---|
ArtifactId | ArtifactIdksql-udf-sentiment-analysis |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/ -->
<dependency>
<groupId>com.mitchseymour</groupId>
<artifactId>ksql-udf-sentiment-analysis</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/
implementation 'com.mitchseymour:ksql-udf-sentiment-analysis:0.1.0'
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-sentiment-analysis/
implementation ("com.mitchseymour:ksql-udf-sentiment-analysis:0.1.0")
'com.mitchseymour:ksql-udf-sentiment-analysis:jar:0.1.0'
<dependency org="com.mitchseymour" name="ksql-udf-sentiment-analysis" rev="0.1.0">
<artifact name="ksql-udf-sentiment-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchseymour', module='ksql-udf-sentiment-analysis', version='0.1.0')
)
libraryDependencies += "com.mitchseymour" % "ksql-udf-sentiment-analysis" % "0.1.0"
[com.mitchseymour/ksql-udf-sentiment-analysis "0.1.0"]