MVN

net.xdob.jmdns : jmdns2

Maven & Gradle

Sep 23, 2022
2 stars

jmds2 · the jmDNS library

<dependency>
    <groupId>net.xdob.jmdns</groupId>
    <artifactId>jmdns2</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xdob.jmdns : jmdns2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of net.xdob.jmdns : jmdns2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jmdns2-1.0.7
jmdns2-1.0.6
jmdns2-1.0.5
jmdns2-1.0.4
jmdns2-1.0.3
jmdns2-1.0.2
jmdns2-1.0.1
jmdns2-1.0.0

How to add a dependency to Maven

Add the following net.xdob.jmdns : jmdns2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xdob.jmdns</groupId>
    <artifactId>jmdns2</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xdob.jmdns : jmdns2 gradle dependency to your build.gradle file:

implementation 'net.xdob.jmdns:jmdns2:1.0.7'

Gradle Kotlin DSL: Add the following net.xdob.jmdns : jmdns2 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xdob.jmdns:jmdns2:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xdob.jmdns : jmdns2 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xdob.jmdns" % "jmdns2" % "1.0.7"

Advertisement