e

exe

WaveBeans Execution environment. Provides the way to execute bean streams in different modes.
https://wavebeans.io
The Apache License, Version 2.0
Alexey Subbotin
Files download
File Operation
exe-0.3.1.jar download
exe-0.3.1.pom download
exe-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.wavebeans</groupId>
  <artifactId>exe</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.wavebeans:exe:0.3.1'
Gradle Kotlin
implementation("io.wavebeans:exe:0.3.1")
Scala SBT
libraryDependencies += "io.wavebeans" % "exe" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.wavebeans', module='exe', version='0.3.1')
)
Apache Ivy
<dependency org="io.wavebeans" name="exe" rev="0.3.1" />
Leiningen
[io.wavebeans/exe "0.3.1"]
Apache Buildr
'io.wavebeans:exe:jar:0.3.1'