| Categories | CategoriesHermes Application Layer Libs Messaging | 
|---|---|
| GroupId | GroupIdpl.allegro.tech.hermes | 
| ArtifactId | ArtifactIdhermes-common | 
| Version | Version0.8.6-hotfix3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| hermes-common-0.8.6-hotfix3.pom | |
| hermes-common-0.8.6-hotfix3.jar | 218 KB | 
| hermes-common-0.8.6-hotfix3-sources.jar | 111 KB | 
| hermes-common-0.8.6-hotfix3-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-hotfix3</version>
</dependency>// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-common/
implementation 'pl.allegro.tech.hermes:hermes-common:0.8.6-hotfix3'// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-common/
implementation ("pl.allegro.tech.hermes:hermes-common:0.8.6-hotfix3")'pl.allegro.tech.hermes:hermes-common:jar:0.8.6-hotfix3'<dependency org="pl.allegro.tech.hermes" name="hermes-common" rev="0.8.6-hotfix3">
  <artifact name="hermes-common" type="jar" />
</dependency>@Grapes(
@Grab(group='pl.allegro.tech.hermes', module='hermes-common', version='0.8.6-hotfix3')
)libraryDependencies += "pl.allegro.tech.hermes" % "hermes-common" % "0.8.6-hotfix3"[pl.allegro.tech.hermes/hermes-common "0.8.6-hotfix3"]