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