Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIdsimple-json-rpc |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
simple-json-rpc-1.1.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>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc/
implementation 'com.github.arteam:simple-json-rpc:1.1'
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc/
implementation ("com.github.arteam:simple-json-rpc:1.1")
'com.github.arteam:simple-json-rpc:pom:1.1'
<dependency org="com.github.arteam" name="simple-json-rpc" rev="1.1">
<artifact name="simple-json-rpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='simple-json-rpc', version='1.1')
)
libraryDependencies += "com.github.arteam" % "simple-json-rpc" % "1.1"
[com.github.arteam/simple-json-rpc "1.1"]