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