MVN

com.groupbyinc : common-http

Maven & Gradle

Mar 08, 2022
5 usages

GroupBy - Common - HTTP · ${project.name}

<dependency>
    <groupId>com.groupbyinc</groupId>
    <artifactId>common-http</artifactId>
    <version>198</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupbyinc : common-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 198

All Versions

Choose a version of com.groupbyinc : common-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
198
common-http-198
197
common-http-197
196
common-http-196
195
common-http-195
194
common-http-194
193
common-http-193
192
common-http-192
191
common-http-191
190
common-http-190
189
common-http-189
188
common-http-188
187
common-http-187
186
common-http-186
185
common-http-185
184
common-http-184
183
common-http-183
182
common-http-182
181
common-http-181
180
common-http-180
178
common-http-178
177
common-http-177
176
common-http-176
175
common-http-175
174
common-http-174
173
common-http-173
172
common-http-172
171
common-http-171
170
common-http-170
169
common-http-169
168
common-http-168
165
common-http-165
164
common-http-164
163
common-http-163
162
common-http-162
161
common-http-161
155
common-http-155
154
common-http-154
153
common-http-153
152
common-http-152
151
common-http-151
150
common-http-150
149
common-http-149
148
common-http-148
147
common-http-147
146
common-http-146
145
common-http-145
144
common-http-144
143
common-http-143
142
common-http-142
141
common-http-141
140
common-http-140
139
common-http-139
138
common-http-138
137
common-http-137
136
common-http-136
135
common-http-135
134
common-http-134
133
common-http-133
132
common-http-132
131
common-http-131
130
common-http-130
129
common-http-129
128
common-http-128
126
common-http-126
125
common-http-125
124
common-http-124
122
common-http-122
120
common-http-120
119
common-http-119
117
common-http-117
116
common-http-116
115
common-http-115
114
common-http-114
113
common-http-113
112
common-http-112
111
common-http-111
110
common-http-110
109
common-http-109
108
common-http-108
107
common-http-107
106
common-http-106
105
common-http-105
104
common-http-104
103
common-http-103
102
common-http-102
99
common-http-99
98
common-http-98
97
common-http-97
96
common-http-96
95
common-http-95
94
common-http-94
93
common-http-93
92
common-http-92
91
common-http-91
90
common-http-90
89
common-http-89
88
common-http-88
87
common-http-87
86
common-http-86
85
common-http-85
84
common-http-84
83
common-http-83
82
common-http-82
81
common-http-81
80
common-http-80
79
common-http-79
78
common-http-78
77
common-http-77
76
common-http-76
75
common-http-75
74
common-http-74
73
common-http-73
72
common-http-72
71
common-http-71
70
common-http-70
69
common-http-69
68
common-http-68
67
common-http-67
66
common-http-66
65
common-http-65
64
common-http-64
63
common-http-63
62
common-http-62
61
common-http-61
60
common-http-60
59
common-http-59
58
common-http-58
57
common-http-57
56
common-http-56
55
common-http-55
54
common-http-54
53
common-http-53
52
common-http-52
49
common-http-49
48
common-http-48
47
common-http-47
46
common-http-46
45
common-http-45
44
common-http-44
43
common-http-43
42
common-http-42
41
common-http-41
40
common-http-40
39
common-http-39
38
common-http-38
37
common-http-37
36
common-http-36
35
common-http-35
34
common-http-34
33
common-http-33
32
common-http-32
31
common-http-31
30
common-http-30
29
common-http-29
28
common-http-28
27
common-http-27
26
common-http-26
25
common-http-25
24
common-http-24
23
common-http-23
22
common-http-22
21
common-http-21
20
common-http-20
19
common-http-19

How to add a dependency to Maven

Add the following com.groupbyinc : common-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupbyinc</groupId>
    <artifactId>common-http</artifactId>
    <version>198</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupbyinc : common-http gradle dependency to your build.gradle file:

implementation 'com.groupbyinc:common-http:198'

Gradle Kotlin DSL: Add the following com.groupbyinc : common-http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupbyinc:common-http:198")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupbyinc : common-http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupbyinc" % "common-http" % "198"

Advertisement