is not current version
Last Version 0.9.20

org.bitbucket.abuwandi:snoopy 0.8.5

Asynchronous network client that’s efficient by default and easy to use. Its request/response API is designed with fluent builders and immutability. It supports both synchronous blocking calls and async calls

GroupId

GroupId

org.bitbucket.abuwandi
ArtifactId

ArtifactId

snoopy
Version

Version

0.8.5
Type

Type

jar

Download snoopy 0.8.5


<!-- https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy/ -->
<dependency>
    <groupId>org.bitbucket.abuwandi</groupId>
    <artifactId>snoopy</artifactId>
    <version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy/
implementation 'org.bitbucket.abuwandi:snoopy:0.8.5'
// https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy/
implementation ("org.bitbucket.abuwandi:snoopy:0.8.5")
'org.bitbucket.abuwandi:snoopy:jar:0.8.5'
<dependency org="org.bitbucket.abuwandi" name="snoopy" rev="0.8.5">
  <artifact name="snoopy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.abuwandi', module='snoopy', version='0.8.5')
)
libraryDependencies += "org.bitbucket.abuwandi" % "snoopy" % "0.8.5"
[org.bitbucket.abuwandi/snoopy "0.8.5"]