License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.joala |
ArtifactId | ArtifactIdjoala-dns |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionJoala DNS
Sometimes you need your tests to resolve hostnames. While you could change for
example the /etc/hosts file for your test resolving this is not what you actually
want to do. Joala DNS offers a custom Domain Name Server which you can feed with
hosts to resolve from within your tests.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
joala-dns-1.2.1.pom | |
joala-dns-1.2.1.jar | 22 KB |
joala-dns-1.2.1-sources.jar | 22 KB |
joala-dns-1.2.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.joala/joala-dns/ -->
<dependency>
<groupId>net.joala</groupId>
<artifactId>joala-dns</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.joala/joala-dns/
implementation 'net.joala:joala-dns:1.2.1'
// https://jarcasting.com/artifacts/net.joala/joala-dns/
implementation ("net.joala:joala-dns:1.2.1")
'net.joala:joala-dns:jar:1.2.1'
<dependency org="net.joala" name="joala-dns" rev="1.2.1">
<artifact name="joala-dns" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.joala', module='joala-dns', version='1.2.1')
)
libraryDependencies += "net.joala" % "joala-dns" % "1.2.1"
[net.joala/joala-dns "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
net.joala : joala-core | jar | 1.2.1 |
org.slf4j : slf4j-api | jar | |
com.google.guava : guava | jar | |
dnsjava : dnsjava | jar | |
junit : junit | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar |
Group / Artifact | Type | Version |
---|---|---|
net.joala : joala-bdd | jar | 1.2.1 |
net.joala : joala-labs-net | jar | 1.2.1 |
net.joala : joala-conditions | jar | 1.2.1 |
net.joala : joala-expressions | jar | 1.2.1 |
net.joala : joala-expressions-library | jar | 1.2.1 |
org.apache.commons : commons-lang3 | jar | |
ch.qos.logback : logback-classic | jar | |
ch.qos.logback : logback-core | jar | |
org.springframework : spring-test | jar | |
javax.inject : javax.inject | jar | |
org.hamcrest : hamcrest-library | jar |