is not current version
Last Version 0.1.6

org.littleshoot:dnssec4j 0.1.5

DNSSEC4J is a higher level wrapper around the DNSSEC primitives in dnsjava allowing applications to more easily integrate DNSSEC into their applications.

GroupId

GroupId

org.littleshoot
ArtifactId

ArtifactId

dnssec4j
Version

Version

0.1.5
Type

Type

jar

Download dnssec4j 0.1.5


<!-- https://jarcasting.com/artifacts/org.littleshoot/dnssec4j/ -->
<dependency>
    <groupId>org.littleshoot</groupId>
    <artifactId>dnssec4j</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.littleshoot/dnssec4j/
implementation 'org.littleshoot:dnssec4j:0.1.5'
// https://jarcasting.com/artifacts/org.littleshoot/dnssec4j/
implementation ("org.littleshoot:dnssec4j:0.1.5")
'org.littleshoot:dnssec4j:jar:0.1.5'
<dependency org="org.littleshoot" name="dnssec4j" rev="0.1.5">
  <artifact name="dnssec4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.littleshoot', module='dnssec4j', version='0.1.5')
)
libraryDependencies += "org.littleshoot" % "dnssec4j" % "0.1.5"
[org.littleshoot/dnssec4j "0.1.5"]