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