GroupId | GroupIdcom.github.andriydruk |
---|---|
ArtifactId | ArtifactIddnssd |
Version | Version0.9.15 |
Type | Typeaar |
Filename | Size |
---|---|
dnssd-0.9.15.pom | |
dnssd-0.9.15-sources.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andriydruk/dnssd/ -->
<dependency>
<groupId>com.github.andriydruk</groupId>
<artifactId>dnssd</artifactId>
<version>0.9.15</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andriydruk/dnssd/
implementation 'com.github.andriydruk:dnssd:0.9.15'
// https://jarcasting.com/artifacts/com.github.andriydruk/dnssd/
implementation ("com.github.andriydruk:dnssd:0.9.15")
'com.github.andriydruk:dnssd:aar:0.9.15'
<dependency org="com.github.andriydruk" name="dnssd" rev="0.9.15">
<artifact name="dnssd" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.andriydruk', module='dnssd', version='0.9.15')
)
libraryDependencies += "com.github.andriydruk" % "dnssd" % "0.9.15"
[com.github.andriydruk/dnssd "0.9.15"]