| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.inlong |
| ArtifactId | ArtifactIdtubemq-core |
| Last Version | Last Version1.2.0-incubating |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache InLong - TubeMQ Core
Core functionality for InLong TubeMQ
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tubemq-core-1.2.0-incubating.pom | |
| tubemq-core-1.2.0-incubating.jar | 982 KB |
| tubemq-core-1.2.0-incubating-sources.jar | 374 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.inlong/tubemq-core/ -->
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>tubemq-core</artifactId>
<version>1.2.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.inlong/tubemq-core/
implementation 'org.apache.inlong:tubemq-core:1.2.0-incubating'
// https://jarcasting.com/artifacts/org.apache.inlong/tubemq-core/
implementation ("org.apache.inlong:tubemq-core:1.2.0-incubating")
'org.apache.inlong:tubemq-core:jar:1.2.0-incubating'
<dependency org="org.apache.inlong" name="tubemq-core" rev="1.2.0-incubating">
<artifact name="tubemq-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.inlong', module='tubemq-core', version='1.2.0-incubating')
)
libraryDependencies += "org.apache.inlong" % "tubemq-core" % "1.2.0-incubating"
[org.apache.inlong/tubemq-core "1.2.0-incubating"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.19.4 |
| com.google.code.gson : gson | jar | 2.8.6 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| commons-codec : commons-codec | jar | 1.15 |
| commons-lang : commons-lang | jar | 2.6 |
| io.netty : netty-transport | jar | 4.1.72.Final |
| io.netty : netty-codec | jar | 4.1.72.Final |
| io.netty : netty-handler | jar | 4.1.72.Final |
| io.netty : netty-transport-native-epoll | jar | 4.1.72.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |