is not current version
Last Version 1.2.4

com.nhaarman:httpmonads 1.1.0

Http monads for Kotlin

GroupId

GroupId

com.nhaarman
ArtifactId

ArtifactId

httpmonads
Version

Version

1.1.0
Type

Type

jar

Download httpmonads 1.1.0


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