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