MVN

de.quantummaid.httpmaid.integrations : httpmaid-jsr356

Maven & Gradle

Aug 10, 2021
1 usages

HttpMaid - Integrations - JSR 356

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

Latest Version

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

  • Latest Stable: 0.9.144

All Versions

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

Version Vulnerabilities Updated
0.9.x
httpmaid-jsr356-0.9.144
httpmaid-jsr356-0.9.143
httpmaid-jsr356-0.9.142
httpmaid-jsr356-0.9.141
httpmaid-jsr356-0.9.140
httpmaid-jsr356-0.9.139
httpmaid-jsr356-0.9.138
httpmaid-jsr356-0.9.137
httpmaid-jsr356-0.9.136
httpmaid-jsr356-0.9.135
httpmaid-jsr356-0.9.134
httpmaid-jsr356-0.9.133
httpmaid-jsr356-0.9.132
httpmaid-jsr356-0.9.131
httpmaid-jsr356-0.9.130
httpmaid-jsr356-0.9.128
httpmaid-jsr356-0.9.127
httpmaid-jsr356-0.9.125
httpmaid-jsr356-0.9.124
httpmaid-jsr356-0.9.122
httpmaid-jsr356-0.9.121
httpmaid-jsr356-0.9.120
httpmaid-jsr356-0.9.119
httpmaid-jsr356-0.9.118
httpmaid-jsr356-0.9.116
httpmaid-jsr356-0.9.115
httpmaid-jsr356-0.9.114
httpmaid-jsr356-0.9.113
httpmaid-jsr356-0.9.112
httpmaid-jsr356-0.9.111
httpmaid-jsr356-0.9.110
httpmaid-jsr356-0.9.109
httpmaid-jsr356-0.9.108
httpmaid-jsr356-0.9.107
httpmaid-jsr356-0.9.106
httpmaid-jsr356-0.9.105
httpmaid-jsr356-0.9.104
httpmaid-jsr356-0.9.103
httpmaid-jsr356-0.9.102
httpmaid-jsr356-0.9.101
httpmaid-jsr356-0.9.100
httpmaid-jsr356-0.9.99
httpmaid-jsr356-0.9.98
httpmaid-jsr356-0.9.97
httpmaid-jsr356-0.9.96
httpmaid-jsr356-0.9.95
httpmaid-jsr356-0.9.94
httpmaid-jsr356-0.9.93
httpmaid-jsr356-0.9.92
httpmaid-jsr356-0.9.91
httpmaid-jsr356-0.9.90
httpmaid-jsr356-0.9.89
httpmaid-jsr356-0.9.88
httpmaid-jsr356-0.9.87
httpmaid-jsr356-0.9.85
httpmaid-jsr356-0.9.84
httpmaid-jsr356-0.9.83
httpmaid-jsr356-0.9.82
httpmaid-jsr356-0.9.81
httpmaid-jsr356-0.9.80
httpmaid-jsr356-0.9.79
httpmaid-jsr356-0.9.78
httpmaid-jsr356-0.9.77
httpmaid-jsr356-0.9.76
httpmaid-jsr356-0.9.75
httpmaid-jsr356-0.9.74
httpmaid-jsr356-0.9.73
httpmaid-jsr356-0.9.72
httpmaid-jsr356-0.9.71
httpmaid-jsr356-0.9.70
httpmaid-jsr356-0.9.69
httpmaid-jsr356-0.9.68

How to add a dependency to Maven

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

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-jsr356</artifactId>
    <version>0.9.144</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.quantummaid.httpmaid.integrations:httpmaid-jsr356:0.9.144'

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

implementation("de.quantummaid.httpmaid.integrations:httpmaid-jsr356:0.9.144")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-jsr356" % "0.9.144"