| GroupId | GroupIdorg.fusesource.hawtdispatch |
|---|---|
| ArtifactId | ArtifactIdhawtdispatch-example |
| Version | Version1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hawtdispatch-example-1.7.pom | |
| hawtdispatch-example-1.7.jar | 94 KB |
| hawtdispatch-example-1.7-sources.jar | 13 KB |
| hawtdispatch-example-1.7-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-example/ -->
<dependency>
<groupId>org.fusesource.hawtdispatch</groupId>
<artifactId>hawtdispatch-example</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-example/
implementation 'org.fusesource.hawtdispatch:hawtdispatch-example:1.7'
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-example/
implementation ("org.fusesource.hawtdispatch:hawtdispatch-example:1.7")
'org.fusesource.hawtdispatch:hawtdispatch-example:jar:1.7'
<dependency org="org.fusesource.hawtdispatch" name="hawtdispatch-example" rev="1.7">
<artifact name="hawtdispatch-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtdispatch', module='hawtdispatch-example', version='1.7')
)
libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-example" % "1.7"
[org.fusesource.hawtdispatch/hawtdispatch-example "1.7"]