is not current version
Last Version 0.9.20

org.bitbucket.abuwandi:snoopy-cli 0.9.7

The Snoopy command line interface, a simple program that allows to send commands to http servers, and read the replies sent by the server, directly from the terminal.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.bitbucket.abuwandi
ArtifactId

ArtifactId

snoopy-cli
Version

Version

0.9.7
Type

Type

jar

Download snoopy-cli 0.9.7


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