s

stratio-decision

Stratio Decision is a real-time engine with Complex Event Processing capabilities with a built-in and powerful Streaming Query Language for doing on-demand operations on your streams.
http://www.stratio.com
The Apache Software License, Version 2.0
David Morales Alberto Rodríguez Antonio Jesus Navarro Emmanuelle Raffenne
Files download
File Operation
stratio-decision-0.9.0.pom download
Apache Maven
<dependency>
  <groupId>com.stratio.decision</groupId>
  <artifactId>stratio-decision</artifactId>
  <version>0.9.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.stratio.decision:stratio-decision:0.9.0'
Gradle Kotlin
implementation("com.stratio.decision:stratio-decision:0.9.0")
Scala SBT
libraryDependencies += "com.stratio.decision" % "stratio-decision" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.stratio.decision', module='stratio-decision', version='0.9.0')
)
Apache Ivy
<dependency org="com.stratio.decision" name="stratio-decision" rev="0.9.0" />
Leiningen
[com.stratio.decision/stratio-decision "0.9.0"]
Apache Buildr
'com.stratio.decision:stratio-decision:jar:0.9.0'