GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIddns |
Version | Version6.0 |
Type | Typejar |
Filename | Size |
---|---|
dns-6.0.pom | |
dns-6.0.jar | 47 KB |
dns-6.0-tests.jar | 55 KB |
dns-6.0-sources.jar | 44 KB |
dns-6.0-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/dns/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>dns</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/dns/
implementation 'org.nhind:dns:6.0'
// https://jarcasting.com/artifacts/org.nhind/dns/
implementation ("org.nhind:dns:6.0")
'org.nhind:dns:jar:6.0'
<dependency org="org.nhind" name="dns" rev="6.0">
<artifact name="dns" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='dns', version='6.0')
)
libraryDependencies += "org.nhind" % "dns" % "6.0"
[org.nhind/dns "6.0"]