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