m

mover-process

The Mover Process app is designed for guaranteed processing of event queues
https://github.com/maxronplatform/mover-process
Apache License, Version 2.0
Ruslan Sabirov
Files download
File Operation
mover-process-2.0.4.jar download
mover-process-2.0.4.pom download
mover-process-2.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.maxron.platform</groupId>
  <artifactId>mover-process</artifactId>
  <version>2.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.maxron.platform:mover-process:2.0.4'
Gradle Kotlin
implementation("org.maxron.platform:mover-process:2.0.4")
Scala SBT
libraryDependencies += "org.maxron.platform" % "mover-process" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.maxron.platform', module='mover-process', version='2.0.4')
)
Apache Ivy
<dependency org="org.maxron.platform" name="mover-process" rev="2.0.4" />
Leiningen
[org.maxron.platform/mover-process "2.0.4"]
Apache Buildr
'org.maxron.platform:mover-process:jar:2.0.4'