Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.cloudyrock.http |
ArtifactId | ArtifactIdreactive-http |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
reactive-http-1.1.2.pom | |
reactive-http-1.1.2.jar | 27 KB |
reactive-http-1.1.2-sources.jar | 17 KB |
reactive-http-1.1.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/ -->
<dependency>
<groupId>com.github.cloudyrock.http</groupId>
<artifactId>reactive-http</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/
implementation 'com.github.cloudyrock.http:reactive-http:1.1.2'
// https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/
implementation ("com.github.cloudyrock.http:reactive-http:1.1.2")
'com.github.cloudyrock.http:reactive-http:jar:1.1.2'
<dependency org="com.github.cloudyrock.http" name="reactive-http" rev="1.1.2">
<artifact name="reactive-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudyrock.http', module='reactive-http', version='1.1.2')
)
libraryDependencies += "com.github.cloudyrock.http" % "reactive-http" % "1.1.2"
[com.github.cloudyrock.http/reactive-http "1.1.2"]