s

servicemix-beanflow

A library for orchestrating beans and asynchronous events using regular POJOs rather than XML
Files download
File Operation
servicemix-beanflow-3.2.3.jar download
servicemix-beanflow-3.2.3.pom download
servicemix-beanflow-3.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-beanflow</artifactId>
  <version>3.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-beanflow:3.2.3'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-beanflow:3.2.3")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-beanflow" % "3.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-beanflow', version='3.2.3')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-beanflow" rev="3.2.3" />
Leiningen
[org.apache.servicemix/servicemix-beanflow "3.2.3"]
Apache Buildr
'org.apache.servicemix:servicemix-beanflow:jar:3.2.3'