is not current version
Last Version 2.0.1

com.charlyghislain.dispatcher:dispatcher 2.0.0

Core services

GroupId

GroupId

com.charlyghislain.dispatcher
ArtifactId

ArtifactId

dispatcher
Version

Version

2.0.0
Type

Type

ejb

Download dispatcher 2.0.0


<!-- https://jarcasting.com/artifacts/com.charlyghislain.dispatcher/dispatcher/ -->
<dependency>
    <groupId>com.charlyghislain.dispatcher</groupId>
    <artifactId>dispatcher</artifactId>
    <version>2.0.0</version>
    <type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.dispatcher/dispatcher/
implementation 'com.charlyghislain.dispatcher:dispatcher:2.0.0'
// https://jarcasting.com/artifacts/com.charlyghislain.dispatcher/dispatcher/
implementation ("com.charlyghislain.dispatcher:dispatcher:2.0.0")
'com.charlyghislain.dispatcher:dispatcher:ejb:2.0.0'
<dependency org="com.charlyghislain.dispatcher" name="dispatcher" rev="2.0.0">
  <artifact name="dispatcher" type="ejb" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.dispatcher', module='dispatcher', version='2.0.0')
)
libraryDependencies += "com.charlyghislain.dispatcher" % "dispatcher" % "2.0.0"
[com.charlyghislain.dispatcher/dispatcher "2.0.0"]