| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.slinkyframework |
| ArtifactId | ArtifactIdslinky-client-http |
| Version | Version0.3.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| slinky-client-http-0.3.4.pom | |
| slinky-client-http-0.3.4.jar | 3 KB |
| slinky-client-http-0.3.4-sources.jar | 1 KB |
| slinky-client-http-0.3.4-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-http/ -->
<dependency>
<groupId>org.slinkyframework</groupId>
<artifactId>slinky-client-http</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-http/
implementation 'org.slinkyframework:slinky-client-http:0.3.4'
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-http/
implementation ("org.slinkyframework:slinky-client-http:0.3.4")
'org.slinkyframework:slinky-client-http:jar:0.3.4'
<dependency org="org.slinkyframework" name="slinky-client-http" rev="0.3.4">
<artifact name="slinky-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slinkyframework', module='slinky-client-http', version='0.3.4')
)
libraryDependencies += "org.slinkyframework" % "slinky-client-http" % "0.3.4"
[org.slinkyframework/slinky-client-http "0.3.4"]