Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.kendamasoft |
ArtifactId | ArtifactIddns-client |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
dns-client-0.9.5.pom | |
dns-client-0.9.5.jar | 27 KB |
dns-client-0.9.5-sources.jar | 16 KB |
dns-client-0.9.5-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kendamasoft/dns-client/ -->
<dependency>
<groupId>com.kendamasoft</groupId>
<artifactId>dns-client</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.kendamasoft/dns-client/
implementation 'com.kendamasoft:dns-client:0.9.5'
// https://jarcasting.com/artifacts/com.kendamasoft/dns-client/
implementation ("com.kendamasoft:dns-client:0.9.5")
'com.kendamasoft:dns-client:jar:0.9.5'
<dependency org="com.kendamasoft" name="dns-client" rev="0.9.5">
<artifact name="dns-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kendamasoft', module='dns-client', version='0.9.5')
)
libraryDependencies += "com.kendamasoft" % "dns-client" % "0.9.5"
[com.kendamasoft/dns-client "0.9.5"]