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