Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.xincao9 |
ArtifactId | ArtifactIdjsonrpc-core |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
jsonrpc-core-1.2.4.pom | |
jsonrpc-core-1.2.4.jar | 38 KB |
jsonrpc-core-1.2.4-sources.jar | 31 KB |
jsonrpc-core-1.2.4-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-core/ -->
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jsonrpc-core</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-core/
implementation 'com.github.xincao9:jsonrpc-core:1.2.4'
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-core/
implementation ("com.github.xincao9:jsonrpc-core:1.2.4")
'com.github.xincao9:jsonrpc-core:jar:1.2.4'
<dependency org="com.github.xincao9" name="jsonrpc-core" rev="1.2.4">
<artifact name="jsonrpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xincao9', module='jsonrpc-core', version='1.2.4')
)
libraryDependencies += "com.github.xincao9" % "jsonrpc-core" % "1.2.4"
[com.github.xincao9/jsonrpc-core "1.2.4"]