MVN

org.fusesource.hawtdispatch : hawtdispatch-example

Maven & Gradle

Jul 27, 2015
182 stars

HawtDispatch: Examples

<dependency>
    <groupId>org.fusesource.hawtdispatch</groupId>
    <artifactId>hawtdispatch-example</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.hawtdispatch : hawtdispatch-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of org.fusesource.hawtdispatch : hawtdispatch-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
hawtdispatch-example-1.22
1.21
hawtdispatch-example-1.21
1.20
hawtdispatch-example-1.20
1.19
hawtdispatch-example-1.19
1.18
hawtdispatch-example-1.18
1.17
hawtdispatch-example-1.17
1.16
hawtdispatch-example-1.16
1.15
hawtdispatch-example-1.15
1.14
hawtdispatch-example-1.14
1.13
hawtdispatch-example-1.13
1.12
hawtdispatch-example-1.12
1.11
hawtdispatch-example-1.11
1.10
hawtdispatch-example-1.10
1.9
hawtdispatch-example-1.9
1.8
hawtdispatch-example-1.8
1.7
hawtdispatch-example-1.7
1.6
hawtdispatch-example-1.6
1.5
hawtdispatch-example-1.5
1.4
hawtdispatch-example-1.4
1.3
hawtdispatch-example-1.3
1.2
hawtdispatch-example-1.2
1.1
hawtdispatch-example-1.1
1.0
hawtdispatch-example-1.0

How to add a dependency to Maven

Add the following org.fusesource.hawtdispatch : hawtdispatch-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fusesource.hawtdispatch</groupId>
    <artifactId>hawtdispatch-example</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fusesource.hawtdispatch : hawtdispatch-example gradle dependency to your build.gradle file:

implementation 'org.fusesource.hawtdispatch:hawtdispatch-example:1.22'

Gradle Kotlin DSL: Add the following org.fusesource.hawtdispatch : hawtdispatch-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fusesource.hawtdispatch:hawtdispatch-example:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fusesource.hawtdispatch : hawtdispatch-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-example" % "1.22"

Advertisement