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