MVN

ws-scout : scout

Maven & Gradle

Jan 10, 2007
<dependency>
    <groupId>ws-scout</groupId>
    <artifactId>scout</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ws-scout : scout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of ws-scout : scout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
scout-0.5
0.7rc2
scout-0.7rc2
0.7rc1
scout-0.7rc1

How to add a dependency to Maven

Add the following ws-scout : scout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ws-scout</groupId>
    <artifactId>scout</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ws-scout : scout gradle dependency to your build.gradle file:

implementation 'ws-scout:scout:0.5'

Gradle Kotlin DSL: Add the following ws-scout : scout gradle kotlin dependency to your build.gradle.kts file:

implementation("ws-scout:scout:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ws-scout : scout sbt scala dependency to your build.sbt file:

libraryDependencies += "ws-scout" % "scout" % "0.5"