Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.lyft |
ArtifactId | ArtifactIdreactivehttp |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
reactivehttp-0.0.1.pom | |
reactivehttp-0.0.1.jar | 24 KB |
reactivehttp-0.0.1-sources.jar | 15 KB |
reactivehttp-0.0.1-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lyft/reactivehttp/ -->
<dependency>
<groupId>com.lyft</groupId>
<artifactId>reactivehttp</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyft/reactivehttp/
implementation 'com.lyft:reactivehttp:0.0.1'
// https://jarcasting.com/artifacts/com.lyft/reactivehttp/
implementation ("com.lyft:reactivehttp:0.0.1")
'com.lyft:reactivehttp:jar:0.0.1'
<dependency org="com.lyft" name="reactivehttp" rev="0.0.1">
<artifact name="reactivehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyft', module='reactivehttp', version='0.0.1')
)
libraryDependencies += "com.lyft" % "reactivehttp" % "0.0.1"
[com.lyft/reactivehttp "0.0.1"]