| Категории |
КатегорииHermes Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаpl.allegro.tech.hermes |
| Идентификатор | Идентификаторhermes-api |
| Версия | Версия0.8.3-hotfix1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hermes-api-0.8.3-hotfix1.pom | |
| hermes-api-0.8.3-hotfix1.jar | 48 KB |
| hermes-api-0.8.3-hotfix1-sources.jar | 23 KB |
| hermes-api-0.8.3-hotfix1-javadoc.jar | 148 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-api/ -->
<dependency>
<groupId>pl.allegro.tech.hermes</groupId>
<artifactId>hermes-api</artifactId>
<version>0.8.3-hotfix1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-api/
implementation 'pl.allegro.tech.hermes:hermes-api:0.8.3-hotfix1'
// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-api/
implementation ("pl.allegro.tech.hermes:hermes-api:0.8.3-hotfix1")
'pl.allegro.tech.hermes:hermes-api:jar:0.8.3-hotfix1'
<dependency org="pl.allegro.tech.hermes" name="hermes-api" rev="0.8.3-hotfix1">
<artifact name="hermes-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.hermes', module='hermes-api', version='0.8.3-hotfix1')
)
libraryDependencies += "pl.allegro.tech.hermes" % "hermes-api" % "0.8.3-hotfix1"
[pl.allegro.tech.hermes/hermes-api "0.8.3-hotfix1"]