| GroupId | GroupIdorg.fusesource.hawtdispatch |
|---|---|
| ArtifactId | ArtifactIdhawtdispatch-project |
| Version | Version1.16 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hawtdispatch-project-1.16.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-project/ -->
<dependency>
<groupId>org.fusesource.hawtdispatch</groupId>
<artifactId>hawtdispatch-project</artifactId>
<version>1.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-project/
implementation 'org.fusesource.hawtdispatch:hawtdispatch-project:1.16'
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-project/
implementation ("org.fusesource.hawtdispatch:hawtdispatch-project:1.16")
'org.fusesource.hawtdispatch:hawtdispatch-project:pom:1.16'
<dependency org="org.fusesource.hawtdispatch" name="hawtdispatch-project" rev="1.16">
<artifact name="hawtdispatch-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtdispatch', module='hawtdispatch-project', version='1.16')
)
libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-project" % "1.16"
[org.fusesource.hawtdispatch/hawtdispatch-project "1.16"]