License |
License |
---|---|
Categories |
CategoriesgRPC Net Networking |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-grpc |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: gRPC
Camel component for gRPC (Remote Procedure Call) support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-grpc-3.17.0.pom | |
camel-grpc-3.17.0.jar | 73 KB |
camel-grpc-3.17.0-sources.jar | 47 KB |
camel-grpc-3.17.0-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-grpc/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-grpc</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-grpc/
implementation 'org.apache.camel:camel-grpc:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-grpc/
implementation ("org.apache.camel:camel-grpc:3.17.0")
'org.apache.camel:camel-grpc:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-grpc" rev="3.17.0">
<artifact name="camel-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-grpc', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-grpc" % "3.17.0"
[org.apache.camel/camel-grpc "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.17.0 |
io.grpc : grpc-auth | jar | 1.45.0 |
io.grpc : grpc-netty | jar | 1.45.0 |
io.grpc : grpc-protobuf | jar | 1.45.0 |
io.grpc : grpc-stub | jar | 1.45.0 |
org.javassist : javassist | jar | 3.28.0-GA |
io.netty : netty-tcnative-boringssl-static | jar | 2.0.52.Final |
com.google.auth : google-auth-library-oauth2-http | jar | 1.5.3 |
com.google.auth : google-auth-library-credentials | jar | 1.5.3 |
com.auth0 : java-jwt | jar | 3.18.3 |