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