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