h

hawtdispatch-project

HawtDispatch: The libdispatch style API for Java and Scala
http://${forge-project-id}.fusesource.org/
The Apache Software License, Version 2.0
Hiram Chirino
Files download
File Operation
hawtdispatch-project-1.6.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.hawtdispatch</groupId>
  <artifactId>hawtdispatch-project</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.hawtdispatch:hawtdispatch-project:1.6'
Gradle Kotlin
implementation("org.fusesource.hawtdispatch:hawtdispatch-project:1.6")
Scala SBT
libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-project" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.hawtdispatch', module='hawtdispatch-project', version='1.6')
)
Apache Ivy
<dependency org="org.fusesource.hawtdispatch" name="hawtdispatch-project" rev="1.6" />
Leiningen
[org.fusesource.hawtdispatch/hawtdispatch-project "1.6"]
Apache Buildr
'org.fusesource.hawtdispatch:hawtdispatch-project:jar:1.6'