| Categories | CategoriesHermes Application Layer Libs Messaging | 
|---|---|
| GroupId | GroupIdpl.allegro.tech.hermes | 
| ArtifactId | ArtifactIdhermes-common | 
| Version | Version0.8.6-hotfix5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| hermes-common-0.8.6-hotfix5.pom | |
| hermes-common-0.8.6-hotfix5.jar | 220 KB | 
| hermes-common-0.8.6-hotfix5-sources.jar | 112 KB | 
| hermes-common-0.8.6-hotfix5-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-common/ -->
<dependency>
    <groupId>pl.allegro.tech.hermes</groupId>
    <artifactId>hermes-common</artifactId>
    <version>0.8.6-hotfix5</version>
</dependency>// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-common/
implementation 'pl.allegro.tech.hermes:hermes-common:0.8.6-hotfix5'// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-common/
implementation ("pl.allegro.tech.hermes:hermes-common:0.8.6-hotfix5")'pl.allegro.tech.hermes:hermes-common:jar:0.8.6-hotfix5'<dependency org="pl.allegro.tech.hermes" name="hermes-common" rev="0.8.6-hotfix5">
  <artifact name="hermes-common" type="jar" />
</dependency>@Grapes(
@Grab(group='pl.allegro.tech.hermes', module='hermes-common', version='0.8.6-hotfix5')
)libraryDependencies += "pl.allegro.tech.hermes" % "hermes-common" % "0.8.6-hotfix5"[pl.allegro.tech.hermes/hermes-common "0.8.6-hotfix5"]