License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdorg.apache.tajo |
ArtifactId | ArtifactIdtajo-rpc-protobuf |
Last Version | Last Version0.11.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTajo Protocol Buffer Rpc
RPC Server/Client Implementation based on Netty and Protocol Buffer
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tajo-rpc-protobuf-0.11.3.pom | |
tajo-rpc-protobuf-0.11.3.jar | 185 KB |
tajo-rpc-protobuf-0.11.3-sources.jar | 57 KB |
tajo-rpc-protobuf-0.11.3-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tajo/tajo-rpc-protobuf/ -->
<dependency>
<groupId>org.apache.tajo</groupId>
<artifactId>tajo-rpc-protobuf</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-rpc-protobuf/
implementation 'org.apache.tajo:tajo-rpc-protobuf:0.11.3'
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-rpc-protobuf/
implementation ("org.apache.tajo:tajo-rpc-protobuf:0.11.3")
'org.apache.tajo:tajo-rpc-protobuf:jar:0.11.3'
<dependency org="org.apache.tajo" name="tajo-rpc-protobuf" rev="0.11.3">
<artifact name="tajo-rpc-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tajo', module='tajo-rpc-protobuf', version='0.11.3')
)
libraryDependencies += "org.apache.tajo" % "tajo-rpc-protobuf" % "0.11.3"
[org.apache.tajo/tajo-rpc-protobuf "0.11.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
commons-lang : commons-lang | jar | 2.6 |
com.google.guava : guava | jar | 11.0.2 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.apache.tajo : tajo-rpc-common | jar | 0.11.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |