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