| Categories |
CategoriesHermes Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdfr.blueberry-studio.hermes |
| ArtifactId | ArtifactIdhermes-api |
| Version | Version0.9.1-ALPHA |
| Type | Typejar |
| Filename | Size |
|---|---|
| hermes-api-0.9.1-ALPHA.pom | |
| hermes-api-0.9.1-ALPHA.jar | 40 KB |
| hermes-api-0.9.1-ALPHA-sources.jar | 30 KB |
| hermes-api-0.9.1-ALPHA-javadoc.jar | 366 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.blueberry-studio.hermes/hermes-api/ -->
<dependency>
<groupId>fr.blueberry-studio.hermes</groupId>
<artifactId>hermes-api</artifactId>
<version>0.9.1-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/fr.blueberry-studio.hermes/hermes-api/
implementation 'fr.blueberry-studio.hermes:hermes-api:0.9.1-ALPHA'
// https://jarcasting.com/artifacts/fr.blueberry-studio.hermes/hermes-api/
implementation ("fr.blueberry-studio.hermes:hermes-api:0.9.1-ALPHA")
'fr.blueberry-studio.hermes:hermes-api:jar:0.9.1-ALPHA'
<dependency org="fr.blueberry-studio.hermes" name="hermes-api" rev="0.9.1-ALPHA">
<artifact name="hermes-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.blueberry-studio.hermes', module='hermes-api', version='0.9.1-ALPHA')
)
libraryDependencies += "fr.blueberry-studio.hermes" % "hermes-api" % "0.9.1-ALPHA"
[fr.blueberry-studio.hermes/hermes-api "0.9.1-ALPHA"]