| GroupId | GroupIdde.huxhorn.lilith |
|---|---|
| ArtifactId | ArtifactIdde.huxhorn.lilith.3rdparty.jmdns |
| Version | Version2.0-patched |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.huxhorn.lilith/de.huxhorn.lilith.3rdparty.jmdns/ -->
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.3rdparty.jmdns</artifactId>
<version>2.0-patched</version>
</dependency>
// https://jarcasting.com/artifacts/de.huxhorn.lilith/de.huxhorn.lilith.3rdparty.jmdns/
implementation 'de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.jmdns:2.0-patched'
// https://jarcasting.com/artifacts/de.huxhorn.lilith/de.huxhorn.lilith.3rdparty.jmdns/
implementation ("de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.jmdns:2.0-patched")
'de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.jmdns:jar:2.0-patched'
<dependency org="de.huxhorn.lilith" name="de.huxhorn.lilith.3rdparty.jmdns" rev="2.0-patched">
<artifact name="de.huxhorn.lilith.3rdparty.jmdns" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.huxhorn.lilith', module='de.huxhorn.lilith.3rdparty.jmdns', version='2.0-patched')
)
libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.3rdparty.jmdns" % "2.0-patched"
[de.huxhorn.lilith/de.huxhorn.lilith.3rdparty.jmdns "2.0-patched"]