MVN

io.resourcepool : ssdp-client

Maven & Gradle

Jan 21, 2023
1 usages
49 stars

io.resourcepool:ssdp-client · SSDP 1.0. Client

<dependency>
    <groupId>io.resourcepool</groupId>
    <artifactId>ssdp-client</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.resourcepool : ssdp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of io.resourcepool : ssdp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
ssdp-client-2.5.1
ssdp-client-2.5.0
2.4.x
ssdp-client-2.4.5
ssdp-client-2.4.4
ssdp-client-2.4.3
ssdp-client-2.4.2
ssdp-client-2.4.1
ssdp-client-2.4.0
2.3.x
ssdp-client-2.3.0
2.2.x
ssdp-client-2.2.0
2.1.x
ssdp-client-2.1.0
2.0.x
ssdp-client-2.0.0
1.2.x
ssdp-client-1.2.0
1.1.x
ssdp-client-1.1.0
1.0.x
ssdp-client-1.0.0

How to add a dependency to Maven

Add the following io.resourcepool : ssdp-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.resourcepool</groupId>
    <artifactId>ssdp-client</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.resourcepool : ssdp-client gradle dependency to your build.gradle file:

implementation 'io.resourcepool:ssdp-client:2.5.1'

Gradle Kotlin DSL: Add the following io.resourcepool : ssdp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.resourcepool:ssdp-client:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.resourcepool : ssdp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.resourcepool" % "ssdp-client" % "2.5.1"

Advertisement