is not current version
Last Version 1.22

org.fusesource.hawtdispatch:hawtdispatch-example 1.3

HawtDispatch: Examples

GroupId

GroupId

org.fusesource.hawtdispatch
ArtifactId

ArtifactId

hawtdispatch-example
Version

Version

1.3
Type

Type

jar

Download hawtdispatch-example 1.3


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