GroupId | GroupIdcom.seepine |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
http-0.0.8.pom | |
http-0.0.8.jar | 26 KB |
http-0.0.8-sources.jar | 13 KB |
http-0.0.8-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seepine/http/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>http</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/http/
implementation 'com.seepine:http:0.0.8'
// https://jarcasting.com/artifacts/com.seepine/http/
implementation ("com.seepine:http:0.0.8")
'com.seepine:http:jar:0.0.8'
<dependency org="com.seepine" name="http" rev="0.0.8">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='http', version='0.0.8')
)
libraryDependencies += "com.seepine" % "http" % "0.0.8"
[com.seepine/http "0.0.8"]