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