Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.lindar |
ArtifactId | ArtifactIdwell-rested-client |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
well-rested-client-1.6.1.pom | |
well-rested-client-1.6.1.jar | 41 KB |
well-rested-client-1.6.1-sources.jar | 21 KB |
well-rested-client-1.6.1-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lindar/well-rested-client/ -->
<dependency>
<groupId>com.lindar</groupId>
<artifactId>well-rested-client</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/well-rested-client/
implementation 'com.lindar:well-rested-client:1.6.1'
// https://jarcasting.com/artifacts/com.lindar/well-rested-client/
implementation ("com.lindar:well-rested-client:1.6.1")
'com.lindar:well-rested-client:jar:1.6.1'
<dependency org="com.lindar" name="well-rested-client" rev="1.6.1">
<artifact name="well-rested-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='well-rested-client', version='1.6.1')
)
libraryDependencies += "com.lindar" % "well-rested-client" % "1.6.1"
[com.lindar/well-rested-client "1.6.1"]