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