Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.servicestack |
ArtifactId | ArtifactIdclient |
Version | Version1.0.37 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.37.pom | |
client-1.0.37.jar | 118 KB |
client-1.0.37-sources.jar | 61 KB |
client-1.0.37-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.servicestack/client/ -->
<dependency>
<groupId>net.servicestack</groupId>
<artifactId>client</artifactId>
<version>1.0.37</version>
</dependency>
// https://jarcasting.com/artifacts/net.servicestack/client/
implementation 'net.servicestack:client:1.0.37'
// https://jarcasting.com/artifacts/net.servicestack/client/
implementation ("net.servicestack:client:1.0.37")
'net.servicestack:client:jar:1.0.37'
<dependency org="net.servicestack" name="client" rev="1.0.37">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.servicestack', module='client', version='1.0.37')
)
libraryDependencies += "net.servicestack" % "client" % "1.0.37"
[net.servicestack/client "1.0.37"]