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