| Categories |
CategoriesReact User Interface Web Frameworks ORM Data Reactor Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.holon-platform.reactor |
| ArtifactId | ArtifactIdholon-reactor-http |
| Version | Version5.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| holon-reactor-http-5.4.0.pom | |
| holon-reactor-http-5.4.0.jar | 62 KB |
| holon-reactor-http-5.4.0-sources.jar | 14 KB |
| holon-reactor-http-5.4.0-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform.reactor/holon-reactor-http/ -->
<dependency>
<groupId>com.holon-platform.reactor</groupId>
<artifactId>holon-reactor-http</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.reactor/holon-reactor-http/
implementation 'com.holon-platform.reactor:holon-reactor-http:5.4.0'
// https://jarcasting.com/artifacts/com.holon-platform.reactor/holon-reactor-http/
implementation ("com.holon-platform.reactor:holon-reactor-http:5.4.0")
'com.holon-platform.reactor:holon-reactor-http:jar:5.4.0'
<dependency org="com.holon-platform.reactor" name="holon-reactor-http" rev="5.4.0">
<artifact name="holon-reactor-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.reactor', module='holon-reactor-http', version='5.4.0')
)
libraryDependencies += "com.holon-platform.reactor" % "holon-reactor-http" % "5.4.0"
[com.holon-platform.reactor/holon-reactor-http "5.4.0"]