MVN

org.bitbucket.abuwandi : snoopy-cli

Maven & Gradle

Jun 29, 2021

Snoopy Command Line Interface · 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.

<dependency>
    <groupId>org.bitbucket.abuwandi</groupId>
    <artifactId>snoopy-cli</artifactId>
    <version>0.9.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.abuwandi : snoopy-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.20

All Versions

Choose a version of org.bitbucket.abuwandi : snoopy-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
snoopy-cli-0.9.20
snoopy-cli-0.9.19
snoopy-cli-0.9.18
snoopy-cli-0.9.17
snoopy-cli-0.9.16
snoopy-cli-0.9.15
snoopy-cli-0.9.13
snoopy-cli-0.9.12
snoopy-cli-0.9.11
snoopy-cli-0.9.10
snoopy-cli-0.9.9
snoopy-cli-0.9.8
snoopy-cli-0.9.7
snoopy-cli-0.9.6
snoopy-cli-0.9.4
snoopy-cli-0.9.3
snoopy-cli-0.9.2
snoopy-cli-0.9.1
snoopy-cli-0.9.0
0.8.x
snoopy-cli-0.8.9
snoopy-cli-0.8.8
snoopy-cli-0.8.7
snoopy-cli-0.8.6
snoopy-cli-0.8.5
snoopy-cli-0.8.4
snoopy-cli-0.8.3
snoopy-cli-0.8.2
snoopy-cli-0.8.1
snoopy-cli-0.8.0

How to add a dependency to Maven

Add the following org.bitbucket.abuwandi : snoopy-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.abuwandi</groupId>
    <artifactId>snoopy-cli</artifactId>
    <version>0.9.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.abuwandi : snoopy-cli gradle dependency to your build.gradle file:

implementation 'org.bitbucket.abuwandi:snoopy-cli:0.9.20'

Gradle Kotlin DSL: Add the following org.bitbucket.abuwandi : snoopy-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.abuwandi:snoopy-cli:0.9.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.abuwandi : snoopy-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.abuwandi" % "snoopy-cli" % "0.9.20"