Categories |
CategoriesHermes Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.cwdtom |
ArtifactId | ArtifactIdhermes |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hermes-2.0.2.pom | |
hermes-2.0.2.jar | 26 KB |
hermes-2.0.2-sources.jar | 17 KB |
hermes-2.0.2-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cwdtom/hermes/ -->
<dependency>
<groupId>com.github.cwdtom</groupId>
<artifactId>hermes</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cwdtom/hermes/
implementation 'com.github.cwdtom:hermes:2.0.2'
// https://jarcasting.com/artifacts/com.github.cwdtom/hermes/
implementation ("com.github.cwdtom:hermes:2.0.2")
'com.github.cwdtom:hermes:jar:2.0.2'
<dependency org="com.github.cwdtom" name="hermes" rev="2.0.2">
<artifact name="hermes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cwdtom', module='hermes', version='2.0.2')
)
libraryDependencies += "com.github.cwdtom" % "hermes" % "2.0.2"
[com.github.cwdtom/hermes "2.0.2"]