License |
License
The BSD 3-Clause License
|
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.servicestack |
ArtifactId | ArtifactIdclient |
Version | Version1.0.49 |
Type | Typejar |
Description |
DescriptionServiceStack.Client
A client library to call your ServiceStack webservices.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.0.49.pom | |
client-1.0.49.jar | 133 KB |
client-1.0.49-sources.jar | 69 KB |
client-1.0.49-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.servicestack/client/ -->
<dependency>
<groupId>net.servicestack</groupId>
<artifactId>client</artifactId>
<version>1.0.49</version>
</dependency>
// https://jarcasting.com/artifacts/net.servicestack/client/
implementation 'net.servicestack:client:1.0.49'
// https://jarcasting.com/artifacts/net.servicestack/client/
implementation ("net.servicestack:client:1.0.49")
'net.servicestack:client:jar:1.0.49'
<dependency org="net.servicestack" name="client" rev="1.0.49">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.servicestack', module='client', version='1.0.49')
)
libraryDependencies += "net.servicestack" % "client" % "1.0.49"
[net.servicestack/client "1.0.49"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
pl.pragmatists : JUnitParams | jar | 1.1.1 |