| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.tajo |
| ArtifactId | ArtifactIdtajo-rpc-common |
| Last Version | Last Version0.11.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTajo Rpc Common
Common Implementation for Netty
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tajo-rpc-common-0.11.3.pom | |
| tajo-rpc-common-0.11.3.jar | 21 KB |
| tajo-rpc-common-0.11.3-sources.jar | 15 KB |
| tajo-rpc-common-0.11.3-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tajo/tajo-rpc-common/ -->
<dependency>
<groupId>org.apache.tajo</groupId>
<artifactId>tajo-rpc-common</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-rpc-common/
implementation 'org.apache.tajo:tajo-rpc-common:0.11.3'
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-rpc-common/
implementation ("org.apache.tajo:tajo-rpc-common:0.11.3")
'org.apache.tajo:tajo-rpc-common:jar:0.11.3'
<dependency org="org.apache.tajo" name="tajo-rpc-common" rev="0.11.3">
<artifact name="tajo-rpc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tajo', module='tajo-rpc-common', version='0.11.3')
)
libraryDependencies += "org.apache.tajo" % "tajo-rpc-common" % "0.11.3"
[org.apache.tajo/tajo-rpc-common "0.11.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-transport | jar | 4.0.34.Final |
| io.netty : netty-codec | jar | 4.0.34.Final |
| io.netty : netty-handler | jar | 4.0.34.Final |
| commons-logging : commons-logging | jar | 1.1.1 |
| commons-lang : commons-lang | jar | 2.6 |
| com.google.guava : guava | jar | 11.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |