is not current version
Last Version 3.0.0

com.threewks.thundr:thundr-http 3.0.0-rc3

Provides an API for http connectivity functionality for thundr projects.

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-http
Version

Version

3.0.0-rc3
Type

Type

jar

Download thundr-http 3.0.0-rc3


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