License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices gRPC Net Networking |
GroupId | GroupIdio.helidon.grpc |
ArtifactId | ArtifactIdhelidon-grpc-core |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon gRPC Core
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-grpc-core-3.0.0-M2.pom | |
helidon-grpc-core-3.0.0-M2.jar | 36 KB |
helidon-grpc-core-3.0.0-M2-sources.jar | 22 KB |
helidon-grpc-core-3.0.0-M2-javadoc.jar | 513 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.grpc/helidon-grpc-core/ -->
<dependency>
<groupId>io.helidon.grpc</groupId>
<artifactId>helidon-grpc-core</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.grpc/helidon-grpc-core/
implementation 'io.helidon.grpc:helidon-grpc-core:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.grpc/helidon-grpc-core/
implementation ("io.helidon.grpc:helidon-grpc-core:3.0.0-M2")
'io.helidon.grpc:helidon-grpc-core:jar:3.0.0-M2'
<dependency org="io.helidon.grpc" name="helidon-grpc-core" rev="3.0.0-M2">
<artifact name="helidon-grpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.grpc', module='helidon-grpc-core', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.grpc" % "helidon-grpc-core" % "3.0.0-M2"
[io.helidon.grpc/helidon-grpc-core "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.common : helidon-common-configurable | jar | 3.0.0-M2 |
io.helidon.grpc : io.grpc | jar | 3.0.0-M2 |
io.grpc : grpc-netty | jar | 1.45.1 |
io.grpc : grpc-services | jar | 1.45.1 |
io.grpc : grpc-protobuf | jar | 1.45.1 |
io.grpc : grpc-stub | jar | 1.45.1 |
io.helidon.config : helidon-config-object-mapping | jar | 3.0.0-M2 |
io.helidon.common : helidon-common-http | jar | 3.0.0-M2 |
jakarta.inject : jakarta.inject-api | jar | 2.0.0 |
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.json.bind : jakarta.json.bind-api | jar | 2.0.0 |
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 |
jakarta.json : jakarta.json-api | jar | 2.0.1 |
org.mockito : mockito-core | jar | 2.23.4 |