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