MVN

org.wso2.analytics.solutions : siddhi-execution-tokenizer

Maven & Gradle

Oct 21, 2021
7 usages

WSO2 Stream Processor Solutions - Twitter Analytics - Siddhi Execution Tokenizer

<dependency>
    <groupId>org.wso2.analytics.solutions</groupId>
    <artifactId>siddhi-execution-tokenizer</artifactId>
    <version>1.0.63</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.analytics.solutions : siddhi-execution-tokenizer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.63

All Versions

Choose a version of org.wso2.analytics.solutions : siddhi-execution-tokenizer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
siddhi-execution-tokenizer-1.0.63
siddhi-execution-tokenizer-1.0.62
siddhi-execution-tokenizer-1.0.61
siddhi-execution-tokenizer-1.0.60
siddhi-execution-tokenizer-1.0.59
siddhi-execution-tokenizer-1.0.58
siddhi-execution-tokenizer-1.0.57
siddhi-execution-tokenizer-1.0.56
siddhi-execution-tokenizer-1.0.55
siddhi-execution-tokenizer-1.0.54
siddhi-execution-tokenizer-1.0.53
siddhi-execution-tokenizer-1.0.52
siddhi-execution-tokenizer-1.0.51
siddhi-execution-tokenizer-1.0.50
siddhi-execution-tokenizer-1.0.49
siddhi-execution-tokenizer-1.0.48
siddhi-execution-tokenizer-1.0.47
siddhi-execution-tokenizer-1.0.46
siddhi-execution-tokenizer-1.0.45
siddhi-execution-tokenizer-1.0.44
siddhi-execution-tokenizer-1.0.43
siddhi-execution-tokenizer-1.0.42
siddhi-execution-tokenizer-1.0.41
siddhi-execution-tokenizer-1.0.40
siddhi-execution-tokenizer-1.0.39
siddhi-execution-tokenizer-1.0.38
siddhi-execution-tokenizer-1.0.37
siddhi-execution-tokenizer-1.0.36
siddhi-execution-tokenizer-1.0.35
siddhi-execution-tokenizer-1.0.34
siddhi-execution-tokenizer-1.0.33
siddhi-execution-tokenizer-1.0.32
siddhi-execution-tokenizer-1.0.31
siddhi-execution-tokenizer-1.0.30
siddhi-execution-tokenizer-1.0.29
siddhi-execution-tokenizer-1.0.28
siddhi-execution-tokenizer-1.0.27
siddhi-execution-tokenizer-1.0.26
siddhi-execution-tokenizer-1.0.25
siddhi-execution-tokenizer-1.0.24
siddhi-execution-tokenizer-1.0.23
siddhi-execution-tokenizer-1.0.22
siddhi-execution-tokenizer-1.0.21
siddhi-execution-tokenizer-1.0.20
siddhi-execution-tokenizer-1.0.19
siddhi-execution-tokenizer-1.0.18
siddhi-execution-tokenizer-1.0.17
siddhi-execution-tokenizer-1.0.16
siddhi-execution-tokenizer-1.0.15
siddhi-execution-tokenizer-1.0.14
siddhi-execution-tokenizer-1.0.13
siddhi-execution-tokenizer-1.0.12
siddhi-execution-tokenizer-1.0.11
siddhi-execution-tokenizer-1.0.10
siddhi-execution-tokenizer-1.0.9
siddhi-execution-tokenizer-1.0.8
siddhi-execution-tokenizer-1.0.7
siddhi-execution-tokenizer-1.0.6
siddhi-execution-tokenizer-1.0.5
siddhi-execution-tokenizer-1.0.4
siddhi-execution-tokenizer-1.0.3
siddhi-execution-tokenizer-1.0.2
siddhi-execution-tokenizer-1.0.1
siddhi-execution-tokenizer-1.0.0

How to add a dependency to Maven

Add the following org.wso2.analytics.solutions : siddhi-execution-tokenizer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.analytics.solutions</groupId>
    <artifactId>siddhi-execution-tokenizer</artifactId>
    <version>1.0.63</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.analytics.solutions : siddhi-execution-tokenizer gradle dependency to your build.gradle file:

implementation 'org.wso2.analytics.solutions:siddhi-execution-tokenizer:1.0.63'

Gradle Kotlin DSL: Add the following org.wso2.analytics.solutions : siddhi-execution-tokenizer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.analytics.solutions:siddhi-execution-tokenizer:1.0.63")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.analytics.solutions : siddhi-execution-tokenizer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.analytics.solutions" % "siddhi-execution-tokenizer" % "1.0.63"

Advertisement