| Categories | CategoriesHermes Application Layer Libs Messaging | 
|---|---|
| GroupId | GroupIdpl.allegro.tech.hermes | 
| ArtifactId | ArtifactIdhermes-frontend | 
| Version | Version0.8.3-hotfix1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-frontend/ -->
<dependency>
    <groupId>pl.allegro.tech.hermes</groupId>
    <artifactId>hermes-frontend</artifactId>
    <version>0.8.3-hotfix1</version>
</dependency>// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-frontend/
implementation 'pl.allegro.tech.hermes:hermes-frontend:0.8.3-hotfix1'// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-frontend/
implementation ("pl.allegro.tech.hermes:hermes-frontend:0.8.3-hotfix1")'pl.allegro.tech.hermes:hermes-frontend:jar:0.8.3-hotfix1'<dependency org="pl.allegro.tech.hermes" name="hermes-frontend" rev="0.8.3-hotfix1">
  <artifact name="hermes-frontend" type="jar" />
</dependency>@Grapes(
@Grab(group='pl.allegro.tech.hermes', module='hermes-frontend', version='0.8.3-hotfix1')
)libraryDependencies += "pl.allegro.tech.hermes" % "hermes-frontend" % "0.8.3-hotfix1"[pl.allegro.tech.hermes/hermes-frontend "0.8.3-hotfix1"]