License |
License
ASLv2 license
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIduk.nominet |
ArtifactId | ArtifactIddnsjnio |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondnsjnio
dnsjnio is an extension for dnsjava. dnsjava requires each query to run in its own thread on its own port. dnsjnio allows large numbers of queries to be run in a single thread using the non-blocking nio library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dnsjnio-1.0.3.pom | |
dnsjnio-1.0.3.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.nominet/dnsjnio/ -->
<dependency>
<groupId>uk.nominet</groupId>
<artifactId>dnsjnio</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.nominet/dnsjnio/
implementation 'uk.nominet:dnsjnio:1.0.3'
// https://jarcasting.com/artifacts/uk.nominet/dnsjnio/
implementation ("uk.nominet:dnsjnio:1.0.3")
'uk.nominet:dnsjnio:jar:1.0.3'
<dependency org="uk.nominet" name="dnsjnio" rev="1.0.3">
<artifact name="dnsjnio" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.nominet', module='dnsjnio', version='1.0.3')
)
libraryDependencies += "uk.nominet" % "dnsjnio" % "1.0.3"
[uk.nominet/dnsjnio "1.0.3"]