Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.briandilley.jsonrpc4j |
ArtifactId | ArtifactIdjsonrpc4j |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
jsonrpc4j-1.5.2.pom | |
jsonrpc4j-1.5.2.jar | 137 KB |
jsonrpc4j-1.5.2-sources.jar | 79 KB |
jsonrpc4j-1.5.2-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.briandilley.jsonrpc4j/jsonrpc4j/ -->
<dependency>
<groupId>com.github.briandilley.jsonrpc4j</groupId>
<artifactId>jsonrpc4j</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.briandilley.jsonrpc4j/jsonrpc4j/
implementation 'com.github.briandilley.jsonrpc4j:jsonrpc4j:1.5.2'
// https://jarcasting.com/artifacts/com.github.briandilley.jsonrpc4j/jsonrpc4j/
implementation ("com.github.briandilley.jsonrpc4j:jsonrpc4j:1.5.2")
'com.github.briandilley.jsonrpc4j:jsonrpc4j:jar:1.5.2'
<dependency org="com.github.briandilley.jsonrpc4j" name="jsonrpc4j" rev="1.5.2">
<artifact name="jsonrpc4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.briandilley.jsonrpc4j', module='jsonrpc4j', version='1.5.2')
)
libraryDependencies += "com.github.briandilley.jsonrpc4j" % "jsonrpc4j" % "1.5.2"
[com.github.briandilley.jsonrpc4j/jsonrpc4j "1.5.2"]