GroupId | GroupIdcom.github.serguei-p |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version1.0.27 |
Type | Typejar |
Filename | Size |
---|---|
http-1.0.27.pom | |
http-1.0.27.jar | 90 KB |
http-1.0.27-sources.jar | 46 KB |
http-1.0.27-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.serguei-p/http/ -->
<dependency>
<groupId>com.github.serguei-p</groupId>
<artifactId>http</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.serguei-p/http/
implementation 'com.github.serguei-p:http:1.0.27'
// https://jarcasting.com/artifacts/com.github.serguei-p/http/
implementation ("com.github.serguei-p:http:1.0.27")
'com.github.serguei-p:http:jar:1.0.27'
<dependency org="com.github.serguei-p" name="http" rev="1.0.27">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.serguei-p', module='http', version='1.0.27')
)
libraryDependencies += "com.github.serguei-p" % "http" % "1.0.27"
[com.github.serguei-p/http "1.0.27"]