Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.cloudyrock.http |
ArtifactId | ArtifactIdreactive-http |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
reactive-http-1.1.1.pom | |
reactive-http-1.1.1.jar | 26 KB |
reactive-http-1.1.1-sources.jar | 16 KB |
reactive-http-1.1.1-javadoc.jar | 80 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/
implementation 'com.github.cloudyrock.http:reactive-http:1.1.1'
// https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/
implementation ("com.github.cloudyrock.http:reactive-http:1.1.1")
'com.github.cloudyrock.http:reactive-http:jar:1.1.1'
<dependency org="com.github.cloudyrock.http" name="reactive-http" rev="1.1.1">
<artifact name="reactive-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudyrock.http', module='reactive-http', version='1.1.1')
)
libraryDependencies += "com.github.cloudyrock.http" % "reactive-http" % "1.1.1"
[com.github.cloudyrock.http/reactive-http "1.1.1"]