| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.github.jinahya |
| ArtifactId | ArtifactIdjsonrpc-bind |
| Version | Version0.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsonrpc-bind-0.5.5.pom | |
| jsonrpc-bind-0.5.5.jar | 17 KB |
| jsonrpc-bind-0.5.5-sources.jar | 19 KB |
| jsonrpc-bind-0.5.5-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>jsonrpc-bind</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind/
implementation 'com.github.jinahya:jsonrpc-bind:0.5.5'
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind/
implementation ("com.github.jinahya:jsonrpc-bind:0.5.5")
'com.github.jinahya:jsonrpc-bind:jar:0.5.5'
<dependency org="com.github.jinahya" name="jsonrpc-bind" rev="0.5.5">
<artifact name="jsonrpc-bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='jsonrpc-bind', version='0.5.5')
)
libraryDependencies += "com.github.jinahya" % "jsonrpc-bind" % "0.5.5"
[com.github.jinahya/jsonrpc-bind "0.5.5"]