MVN

de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns

Maven & Gradle

Dec 09, 2009
2 usages

JMDNS · This is the third-party library JMDNS that isn't available in the central maven repository. It's compiled for JDK 1.5 instead of 1.6.

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.3rdparty.jmdns</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
de.huxhorn.lilith.3rdparty.jmdns-3.0
2.0
de.huxhorn.lilith.3rdparty.jmdns-2.0-patched

How to add a dependency to Maven

Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.3rdparty.jmdns</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns gradle dependency to your build.gradle file:

implementation 'de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.jmdns:3.0'

Gradle Kotlin DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns gradle kotlin dependency to your build.gradle.kts file:

implementation("de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.jmdns:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.jmdns sbt scala dependency to your build.sbt file:

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.3rdparty.jmdns" % "3.0"