Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIdsimple-json-rpc-core |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
simple-json-rpc-core-0.7.pom | |
simple-json-rpc-core-0.7.jar | 9 KB |
simple-json-rpc-core-0.7-sources.jar | 7 KB |
simple-json-rpc-core-0.7-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-core/ -->
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>simple-json-rpc-core</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-core/
implementation 'com.github.arteam:simple-json-rpc-core:0.7'
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-core/
implementation ("com.github.arteam:simple-json-rpc-core:0.7")
'com.github.arteam:simple-json-rpc-core:jar:0.7'
<dependency org="com.github.arteam" name="simple-json-rpc-core" rev="0.7">
<artifact name="simple-json-rpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='simple-json-rpc-core', version='0.7')
)
libraryDependencies += "com.github.arteam" % "simple-json-rpc-core" % "0.7"
[com.github.arteam/simple-json-rpc-core "0.7"]