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