Last Version

dnsjnio 1.0.3

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.

License

License

ASLv2 license
Categories

Categories

Net
GroupId

GroupId

uk.nominet
ArtifactId

ArtifactId

dnsjnio
Version

Version

1.0.3
Type

Type

jar
Description

Description

dnsjnio
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

http://sourceforge.net/projects/dnsjnio

Download dnsjnio 1.0.3


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.