Categories |
CategoriesCLI User Interface JSON Data Hermes Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.knightliao.hermesjsonrpc |
ArtifactId | ArtifactIdhermes-jsonrpc-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hermes-jsonrpc-client-1.0.1.pom | |
hermes-jsonrpc-client-1.0.1.jar | 21 KB |
hermes-jsonrpc-client-1.0.1-sources.jar | 15 KB |
hermes-jsonrpc-client-1.0.1-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.knightliao.hermesjsonrpc/hermes-jsonrpc-client/ -->
<dependency>
<groupId>com.github.knightliao.hermesjsonrpc</groupId>
<artifactId>hermes-jsonrpc-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.knightliao.hermesjsonrpc/hermes-jsonrpc-client/
implementation 'com.github.knightliao.hermesjsonrpc:hermes-jsonrpc-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.knightliao.hermesjsonrpc/hermes-jsonrpc-client/
implementation ("com.github.knightliao.hermesjsonrpc:hermes-jsonrpc-client:1.0.1")
'com.github.knightliao.hermesjsonrpc:hermes-jsonrpc-client:jar:1.0.1'
<dependency org="com.github.knightliao.hermesjsonrpc" name="hermes-jsonrpc-client" rev="1.0.1">
<artifact name="hermes-jsonrpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.knightliao.hermesjsonrpc', module='hermes-jsonrpc-client', version='1.0.1')
)
libraryDependencies += "com.github.knightliao.hermesjsonrpc" % "hermes-jsonrpc-client" % "1.0.1"
[com.github.knightliao.hermesjsonrpc/hermes-jsonrpc-client "1.0.1"]