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