| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.github.therapi |
| ArtifactId | ArtifactIdtherapi-json-rpc |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| therapi-json-rpc-0.4.0.pom | |
| therapi-json-rpc-0.4.0.jar | 174 KB |
| therapi-json-rpc-0.4.0-sources.jar | 113 KB |
| therapi-json-rpc-0.4.0-javadoc.jar | 257 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.therapi/therapi-json-rpc/ -->
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-json-rpc</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.therapi/therapi-json-rpc/
implementation 'com.github.therapi:therapi-json-rpc:0.4.0'
// https://jarcasting.com/artifacts/com.github.therapi/therapi-json-rpc/
implementation ("com.github.therapi:therapi-json-rpc:0.4.0")
'com.github.therapi:therapi-json-rpc:jar:0.4.0'
<dependency org="com.github.therapi" name="therapi-json-rpc" rev="0.4.0">
<artifact name="therapi-json-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.therapi', module='therapi-json-rpc', version='0.4.0')
)
libraryDependencies += "com.github.therapi" % "therapi-json-rpc" % "0.4.0"
[com.github.therapi/therapi-json-rpc "0.4.0"]