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