is not current version
Last Version 1.3.6

ch.viascom.groundwork:foxhttp 1.2-RC

The FoxHttp provides a fast and easy http client for java and android. It is part of the GroundWork Project by Viascom.

GroupId

GroupId

ch.viascom.groundwork
ArtifactId

ArtifactId

foxhttp
Version

Version

1.2-RC
Type

Type

jar

Download foxhttp 1.2-RC


<!-- https://jarcasting.com/artifacts/ch.viascom.groundwork/foxhttp/ -->
<dependency>
    <groupId>ch.viascom.groundwork</groupId>
    <artifactId>foxhttp</artifactId>
    <version>1.2-RC</version>
</dependency>
// https://jarcasting.com/artifacts/ch.viascom.groundwork/foxhttp/
implementation 'ch.viascom.groundwork:foxhttp:1.2-RC'
// https://jarcasting.com/artifacts/ch.viascom.groundwork/foxhttp/
implementation ("ch.viascom.groundwork:foxhttp:1.2-RC")
'ch.viascom.groundwork:foxhttp:jar:1.2-RC'
<dependency org="ch.viascom.groundwork" name="foxhttp" rev="1.2-RC">
  <artifact name="foxhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.viascom.groundwork', module='foxhttp', version='1.2-RC')
)
libraryDependencies += "ch.viascom.groundwork" % "foxhttp" % "1.2-RC"
[ch.viascom.groundwork/foxhttp "1.2-RC"]