| Группа | Группаorg.fusesource.hawtdispatch |
|---|---|
| Идентификатор | Идентификаторhawtdispatch-example |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hawtdispatch-example-1.0.pom | |
| hawtdispatch-example-1.0.jar | 229 KB |
| hawtdispatch-example-1.0-sources.jar | 30 KB |
| hawtdispatch-example-1.0-javadoc.jar | 162 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-example/ -->
<dependency>
<groupId>org.fusesource.hawtdispatch</groupId>
<artifactId>hawtdispatch-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-example/
implementation 'org.fusesource.hawtdispatch:hawtdispatch-example:1.0'
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-example/
implementation ("org.fusesource.hawtdispatch:hawtdispatch-example:1.0")
'org.fusesource.hawtdispatch:hawtdispatch-example:jar:1.0'
<dependency org="org.fusesource.hawtdispatch" name="hawtdispatch-example" rev="1.0">
<artifact name="hawtdispatch-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtdispatch', module='hawtdispatch-example', version='1.0')
)
libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-example" % "1.0"
[org.fusesource.hawtdispatch/hawtdispatch-example "1.0"]