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