s

siddhi-extension-string

Files download
File Operation
siddhi-extension-string-3.2.8.jar download
siddhi-extension-string-3.2.8.pom download
siddhi-extension-string-3.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.siddhi</groupId>
  <artifactId>siddhi-extension-string</artifactId>
  <version>3.2.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.siddhi:siddhi-extension-string:3.2.8'
Gradle Kotlin
implementation("org.wso2.siddhi:siddhi-extension-string:3.2.8")
Scala SBT
libraryDependencies += "org.wso2.siddhi" % "siddhi-extension-string" % "3.2.8"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.siddhi', module='siddhi-extension-string', version='3.2.8')
)
Apache Ivy
<dependency org="org.wso2.siddhi" name="siddhi-extension-string" rev="3.2.8" />
Leiningen
[org.wso2.siddhi/siddhi-extension-string "3.2.8"]
Apache Buildr
'org.wso2.siddhi:siddhi-extension-string:jar:3.2.8'