| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.vertispan.rpc | 
| ArtifactId | ArtifactIdendpoint-client-okhttp | 
| Version | Version1.0-alpha-1 | 
| Type | Typejar | 
<!-- 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-1</version>
</dependency>// https://jarcasting.com/artifacts/com.vertispan.rpc/endpoint-client-okhttp/
implementation 'com.vertispan.rpc:endpoint-client-okhttp:1.0-alpha-1'// https://jarcasting.com/artifacts/com.vertispan.rpc/endpoint-client-okhttp/
implementation ("com.vertispan.rpc:endpoint-client-okhttp:1.0-alpha-1")'com.vertispan.rpc:endpoint-client-okhttp:jar:1.0-alpha-1'<dependency org="com.vertispan.rpc" name="endpoint-client-okhttp" rev="1.0-alpha-1">
  <artifact name="endpoint-client-okhttp" type="jar" />
</dependency>@Grapes(
@Grab(group='com.vertispan.rpc', module='endpoint-client-okhttp', version='1.0-alpha-1')
)libraryDependencies += "com.vertispan.rpc" % "endpoint-client-okhttp" % "1.0-alpha-1"[com.vertispan.rpc/endpoint-client-okhttp "1.0-alpha-1"]