Spraybot MessageRunner

A micro-framework to allow easily passing specific Vert.x messages to specific addresses for processing of those messages.

License

License

GroupId

GroupId

co.spraybot
ArtifactId

ArtifactId

message-runner
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spraybot MessageRunner
A micro-framework to allow easily passing specific Vert.x messages to specific addresses for processing of those messages.

Download message-runner

How to add to project

<!-- https://jarcasting.com/artifacts/co.spraybot/message-runner/ -->
<dependency>
    <groupId>co.spraybot</groupId>
    <artifactId>message-runner</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.spraybot/message-runner/
implementation 'co.spraybot:message-runner:0.2.0'
// https://jarcasting.com/artifacts/co.spraybot/message-runner/
implementation ("co.spraybot:message-runner:0.2.0")
'co.spraybot:message-runner:jar:0.2.0'
<dependency org="co.spraybot" name="message-runner" rev="0.2.0">
  <artifact name="message-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.spraybot', module='message-runner', version='0.2.0')
)
libraryDependencies += "co.spraybot" % "message-runner" % "0.2.0"
[co.spraybot/message-runner "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.5.1
com.google.guava : guava jar 25.0-jre

test (2)

Group / Artifact Type Version
co.spraybot : vertx-test-utils jar 0.1.3
org.mockito : mockito-core jar 2.18.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0