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