h

hawtdispatch-example

HawtDispatch: Examples
文件下载
文件名 操作
hawtdispatch-example-1.22.jar 下载
hawtdispatch-example-1.22.pom 下载
hawtdispatch-example-1.22-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.fusesource.hawtdispatch</groupId>
  <artifactId>hawtdispatch-example</artifactId>
  <version>1.22</version>
</dependency>
Gradle Groovy
implementation 'org.fusesource.hawtdispatch:hawtdispatch-example:1.22'
Gradle Kotlin
implementation("org.fusesource.hawtdispatch:hawtdispatch-example:1.22")
Scala SBT
libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-example" % "1.22"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.hawtdispatch', module='hawtdispatch-example', version='1.22')
)
Apache Ivy
<dependency org="org.fusesource.hawtdispatch" name="hawtdispatch-example" rev="1.22" />
Leiningen
[org.fusesource.hawtdispatch/hawtdispatch-example "1.22"]
Apache Buildr
'org.fusesource.hawtdispatch:hawtdispatch-example:jar:1.22'