GroupId | GroupIdcom.zandero |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
http-1.0.pom | |
http-1.0.jar | 11 KB |
http-1.0-sources.jar | 7 KB |
http-1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zandero/http/ -->
<dependency>
<groupId>com.zandero</groupId>
<artifactId>http</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zandero/http/
implementation 'com.zandero:http:1.0'
// https://jarcasting.com/artifacts/com.zandero/http/
implementation ("com.zandero:http:1.0")
'com.zandero:http:jar:1.0'
<dependency org="com.zandero" name="http" rev="1.0">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zandero', module='http', version='1.0')
)
libraryDependencies += "com.zandero" % "http" % "1.0"
[com.zandero/http "1.0"]