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