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