MVN

dev.hcf.ball : ball-upnp

Maven & Gradle

Jul 20, 2023
1 stars

dev.hcf.ball:ball-upnp · UPnP/SSDP API

<dependency>
    <groupId>dev.hcf.ball</groupId>
    <artifactId>ball-upnp</artifactId>
    <version>4.0.11.20230720</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hcf.ball : ball-upnp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.11.20230720

All Versions

Choose a version of dev.hcf.ball : ball-upnp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
ball-upnp-4.0.11.20230720
ball-upnp-4.0.10.20230715
ball-upnp-4.0.9.20230520
ball-upnp-4.0.8.20230424
ball-upnp-4.0.7.20230325
ball-upnp-4.0.6.20230305
ball-upnp-4.0.5.20230201
ball-upnp-4.0.4.20221231
ball-upnp-4.0.3.20221214
ball-upnp-4.0.2.20221024

How to add a dependency to Maven

Add the following dev.hcf.ball : ball-upnp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.hcf.ball</groupId>
    <artifactId>ball-upnp</artifactId>
    <version>4.0.11.20230720</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hcf.ball : ball-upnp gradle dependency to your build.gradle file:

implementation 'dev.hcf.ball:ball-upnp:4.0.11.20230720'

Gradle Kotlin DSL: Add the following dev.hcf.ball : ball-upnp gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hcf.ball:ball-upnp:4.0.11.20230720")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hcf.ball : ball-upnp sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hcf.ball" % "ball-upnp" % "4.0.11.20230720"