MVN

de.quantummaid.httpmaid.integrations : httpmaid-dagger

Maven & Gradle

Dec 14, 2020
2 usages

HttpMaid - Integrations - Dagger

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-dagger</artifactId>
    <version>0.9.110</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-dagger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.110

All Versions

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-dagger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
httpmaid-dagger-0.9.110
httpmaid-dagger-0.9.109
httpmaid-dagger-0.9.108
httpmaid-dagger-0.9.107
httpmaid-dagger-0.9.106
httpmaid-dagger-0.9.105
httpmaid-dagger-0.9.104
httpmaid-dagger-0.9.103
httpmaid-dagger-0.9.102
httpmaid-dagger-0.9.101
httpmaid-dagger-0.9.100
httpmaid-dagger-0.9.99
httpmaid-dagger-0.9.98
httpmaid-dagger-0.9.97
httpmaid-dagger-0.9.96
httpmaid-dagger-0.9.95
httpmaid-dagger-0.9.94
httpmaid-dagger-0.9.93
httpmaid-dagger-0.9.92
httpmaid-dagger-0.9.91
httpmaid-dagger-0.9.90
httpmaid-dagger-0.9.89
httpmaid-dagger-0.9.88
httpmaid-dagger-0.9.87
httpmaid-dagger-0.9.85
httpmaid-dagger-0.9.84
httpmaid-dagger-0.9.83
httpmaid-dagger-0.9.82
httpmaid-dagger-0.9.81
httpmaid-dagger-0.9.80
httpmaid-dagger-0.9.79
httpmaid-dagger-0.9.78
httpmaid-dagger-0.9.77
httpmaid-dagger-0.9.76
httpmaid-dagger-0.9.75
httpmaid-dagger-0.9.74
httpmaid-dagger-0.9.73
httpmaid-dagger-0.9.72
httpmaid-dagger-0.9.71
httpmaid-dagger-0.9.70
httpmaid-dagger-0.9.69
httpmaid-dagger-0.9.68
httpmaid-dagger-0.9.66
httpmaid-dagger-0.9.65
httpmaid-dagger-0.9.64
httpmaid-dagger-0.9.63
httpmaid-dagger-0.9.62
httpmaid-dagger-0.9.61
httpmaid-dagger-0.9.60
httpmaid-dagger-0.9.59
httpmaid-dagger-0.9.58
httpmaid-dagger-0.9.57
httpmaid-dagger-0.9.56
httpmaid-dagger-0.9.55
httpmaid-dagger-0.9.54
httpmaid-dagger-0.9.53
httpmaid-dagger-0.9.51
httpmaid-dagger-0.9.50
httpmaid-dagger-0.9.49
httpmaid-dagger-0.9.48
httpmaid-dagger-0.9.47
httpmaid-dagger-0.9.46
httpmaid-dagger-0.9.45
httpmaid-dagger-0.9.44
httpmaid-dagger-0.9.43
httpmaid-dagger-0.9.42
httpmaid-dagger-0.9.41
httpmaid-dagger-0.9.40
httpmaid-dagger-0.9.39
httpmaid-dagger-0.9.38
httpmaid-dagger-0.9.37
httpmaid-dagger-0.9.36

How to add a dependency to Maven

Add the following de.quantummaid.httpmaid.integrations : httpmaid-dagger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-dagger</artifactId>
    <version>0.9.110</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-dagger gradle dependency to your build.gradle file:

implementation 'de.quantummaid.httpmaid.integrations:httpmaid-dagger:0.9.110'

Gradle Kotlin DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-dagger gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quantummaid.httpmaid.integrations:httpmaid-dagger:0.9.110")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quantummaid.httpmaid.integrations : httpmaid-dagger sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-dagger" % "0.9.110"