MVN

tech.relaycorp : doh

Maven & Gradle

Aug 14, 2023
9 stars

doh · DNS-over-HTTPS library

<dependency>
    <groupId>tech.relaycorp</groupId>
    <artifactId>doh</artifactId>
    <version>1.0.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.relaycorp : doh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.38

All Versions

Choose a version of tech.relaycorp : doh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
doh-1.0.38
doh-1.0.37
doh-1.0.36
doh-1.0.35
doh-1.0.34
doh-1.0.33
doh-1.0.32
doh-1.0.31
doh-1.0.30
doh-1.0.29
doh-1.0.28
doh-1.0.27
doh-1.0.26
doh-1.0.25
doh-1.0.24
doh-1.0.23
doh-1.0.22
doh-1.0.21
doh-1.0.20
doh-1.0.19
doh-1.0.18
doh-1.0.17
doh-1.0.16
doh-1.0.15
doh-1.0.14
doh-1.0.13
doh-1.0.12
doh-1.0.11
doh-1.0.10
doh-1.0.9
doh-1.0.8
doh-1.0.7
doh-1.0.6
doh-1.0.5
doh-1.0.4
doh-1.0.3
doh-1.0.2

How to add a dependency to Maven

Add the following tech.relaycorp : doh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.relaycorp</groupId>
    <artifactId>doh</artifactId>
    <version>1.0.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.relaycorp : doh gradle dependency to your build.gradle file:

implementation 'tech.relaycorp:doh:1.0.38'

Gradle Kotlin DSL: Add the following tech.relaycorp : doh gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.relaycorp:doh:1.0.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.relaycorp : doh sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.relaycorp" % "doh" % "1.0.38"

Advertisement