o

ode

Apache ODE (Orchestration Director Engine) executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application.
http://ode.apache.org
Files download
File Operation
ode-1.3.5-wso4v18.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.bpel</groupId>
  <artifactId>ode</artifactId>
  <version>1.3.5-wso4v18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.bpel:ode:1.3.5-wso4v18'
Gradle Kotlin
implementation("org.wso2.bpel:ode:1.3.5-wso4v18")
Scala SBT
libraryDependencies += "org.wso2.bpel" % "ode" % "1.3.5-wso4v18"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.bpel', module='ode', version='1.3.5-wso4v18')
)
Apache Ivy
<dependency org="org.wso2.bpel" name="ode" rev="1.3.5-wso4v18" />
Leiningen
[org.wso2.bpel/ode "1.3.5-wso4v18"]
Apache Buildr
'org.wso2.bpel:ode:jar:1.3.5-wso4v18'