License |
License |
---|---|
Categories |
CategoriesHermes Application Layer Libs Messaging |
GroupId | GroupIdcom.eldrix |
ArtifactId | ArtifactIdhermes-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhermes-api
Definitions for the java hermes API.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hermes-api-1.0.0.pom | |
hermes-api-1.0.0.jar | 3 KB |
hermes-api-1.0.0-sources.jar | 1 KB |
hermes-api-1.0.0-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eldrix/hermes-api/ -->
<dependency>
<groupId>com.eldrix</groupId>
<artifactId>hermes-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eldrix/hermes-api/
implementation 'com.eldrix:hermes-api:1.0.0'
// https://jarcasting.com/artifacts/com.eldrix/hermes-api/
implementation ("com.eldrix:hermes-api:1.0.0")
'com.eldrix:hermes-api:jar:1.0.0'
<dependency org="com.eldrix" name="hermes-api" rev="1.0.0">
<artifact name="hermes-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eldrix', module='hermes-api', version='1.0.0')
)
libraryDependencies += "com.eldrix" % "hermes-api" % "1.0.0"
[com.eldrix/hermes-api "1.0.0"]