GroupId | GroupIdxyz.migoo |
---|---|
ArtifactId | ArtifactIdsimplehttp |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
simplehttp-1.0.2.pom | |
simplehttp-1.0.2.jar | 14 KB |
simplehttp-1.0.2-sources.jar | 8 KB |
simplehttp-1.0.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.migoo/simplehttp/ -->
<dependency>
<groupId>xyz.migoo</groupId>
<artifactId>simplehttp</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.migoo/simplehttp/
implementation 'xyz.migoo:simplehttp:1.0.2'
// https://jarcasting.com/artifacts/xyz.migoo/simplehttp/
implementation ("xyz.migoo:simplehttp:1.0.2")
'xyz.migoo:simplehttp:jar:1.0.2'
<dependency org="xyz.migoo" name="simplehttp" rev="1.0.2">
<artifact name="simplehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.migoo', module='simplehttp', version='1.0.2')
)
libraryDependencies += "xyz.migoo" % "simplehttp" % "1.0.2"
[xyz.migoo/simplehttp "1.0.2"]