License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdclient |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionA library to allow Restful APIs to be easily written
|
Filename | Size |
---|---|
client-1.1.pom | |
client-1.1.jar | 1 KB |
client-1.1-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/client/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/client/
implementation 'one.xingyi:client:1.1'
// https://jarcasting.com/artifacts/one.xingyi/client/
implementation ("one.xingyi:client:1.1")
'one.xingyi:client:jar:1.1'
<dependency org="one.xingyi" name="client" rev="1.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='client', version='1.1')
)
libraryDependencies += "one.xingyi" % "client" % "1.1"
[one.xingyi/client "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |