Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.code-story |
ArtifactId | ArtifactIdhttp |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
http-1.11.pom | |
http-1.11.jar | 414 KB |
http-1.11-sources.jar | 390 KB |
http-1.11-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.code-story/http/ -->
<dependency>
<groupId>net.code-story</groupId>
<artifactId>http</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.code-story/http/
implementation 'net.code-story:http:1.11'
// https://jarcasting.com/artifacts/net.code-story/http/
implementation ("net.code-story:http:1.11")
'net.code-story:http:jar:1.11'
<dependency org="net.code-story" name="http" rev="1.11">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.code-story', module='http', version='1.11')
)
libraryDependencies += "net.code-story" % "http" % "1.11"
[net.code-story/http "1.11"]