| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.vertispan.rpc | 
| ArtifactId | ArtifactIdendpoint-client-okhttp | 
| Version | Version1.0-alpha-6 | 
| Type | Typejar | 
| Description | DescriptionJVM and GWT compatible object serialization and RPC invocation | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.vertispan.rpc/endpoint-client-okhttp/ -->
<dependency>
    <groupId>com.vertispan.rpc</groupId>
    <artifactId>endpoint-client-okhttp</artifactId>
    <version>1.0-alpha-6</version>
</dependency>// https://jarcasting.com/artifacts/com.vertispan.rpc/endpoint-client-okhttp/
implementation 'com.vertispan.rpc:endpoint-client-okhttp:1.0-alpha-6'// https://jarcasting.com/artifacts/com.vertispan.rpc/endpoint-client-okhttp/
implementation ("com.vertispan.rpc:endpoint-client-okhttp:1.0-alpha-6")'com.vertispan.rpc:endpoint-client-okhttp:jar:1.0-alpha-6'<dependency org="com.vertispan.rpc" name="endpoint-client-okhttp" rev="1.0-alpha-6">
  <artifact name="endpoint-client-okhttp" type="jar" />
</dependency>@Grapes(
@Grab(group='com.vertispan.rpc', module='endpoint-client-okhttp', version='1.0-alpha-6')
)libraryDependencies += "com.vertispan.rpc" % "endpoint-client-okhttp" % "1.0-alpha-6"[com.vertispan.rpc/endpoint-client-okhttp "1.0-alpha-6"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.vertispan.rpc : endpoint-api | jar | 1.0-alpha-6 | 
| com.vertispan.rpc : serialization-api | jar | 1.0-alpha-6 | 
| com.vertispan.rpc : string-serializer-streams | jar | 1.0-alpha-6 | 
| com.vertispan.rpc : bytebuffer-serializer-streams | jar | 1.0-alpha-6 | 
| com.squareup.okhttp3 : okhttp | jar | 3.14.0 |