License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface |
GroupId | GroupIdio.helidon.webclient |
ArtifactId | ArtifactIdhelidon-webclient |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon WebClient
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-webclient-3.0.0-M2.pom | |
helidon-webclient-3.0.0-M2.jar | 101 KB |
helidon-webclient-3.0.0-M2-sources.jar | 61 KB |
helidon-webclient-3.0.0-M2-javadoc.jar | 520 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.webclient/helidon-webclient/ -->
<dependency>
<groupId>io.helidon.webclient</groupId>
<artifactId>helidon-webclient</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webclient/helidon-webclient/
implementation 'io.helidon.webclient:helidon-webclient:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.webclient/helidon-webclient/
implementation ("io.helidon.webclient:helidon-webclient:3.0.0-M2")
'io.helidon.webclient:helidon-webclient:jar:3.0.0-M2'
<dependency org="io.helidon.webclient" name="helidon-webclient" rev="3.0.0-M2">
<artifact name="helidon-webclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webclient', module='helidon-webclient', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.webclient" % "helidon-webclient" % "3.0.0-M2"
[io.helidon.webclient/helidon-webclient "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.common : helidon-common-context | jar | 3.0.0-M2 |
io.helidon.common : helidon-common-http | jar | 3.0.0-M2 |
io.helidon.common : helidon-common-key-util | jar | 3.0.0-M2 |
io.helidon.config : helidon-config | jar | 3.0.0-M2 |
io.helidon.media : helidon-media-common | jar | 3.0.0-M2 |
io.netty : netty-buffer | jar | 4.1.76.Final |
io.netty : netty-handler | jar | 4.1.76.Final |
io.netty : netty-handler-proxy | jar | 4.1.76.Final |
io.netty : netty-codec-http | jar | 4.1.76.Final |
Group / Artifact | Type | Version |
---|---|---|
io.helidon.config : helidon-config-yaml | jar | 3.0.0-M2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.4 |