| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.inlong | 
| ArtifactId | ArtifactIdinlong-common | 
| Version | Version0.11.0-incubating | 
| Type | Typejar | 
| Description | DescriptionApache InLong - Common InLong is a one-stop data streaming platform that provides automatic,
    ecure, distributed, and efficient data publishing and subscription capabilities.
    This platform helps you easily build stream-based data applications. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.inlong/inlong-common/ -->
<dependency>
    <groupId>org.apache.inlong</groupId>
    <artifactId>inlong-common</artifactId>
    <version>0.11.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.inlong/inlong-common/
implementation 'org.apache.inlong:inlong-common:0.11.0-incubating'// https://jarcasting.com/artifacts/org.apache.inlong/inlong-common/
implementation ("org.apache.inlong:inlong-common:0.11.0-incubating")'org.apache.inlong:inlong-common:jar:0.11.0-incubating'<dependency org="org.apache.inlong" name="inlong-common" rev="0.11.0-incubating">
  <artifact name="inlong-common" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.inlong', module='inlong-common', version='0.11.0-incubating')
)libraryDependencies += "org.apache.inlong" % "inlong-common" % "0.11.0-incubating"[org.apache.inlong/inlong-common "0.11.0-incubating"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.xerial.snappy : snappy-java | jar | 1.1.0 | 
| org.slf4j : slf4j-api | jar | 1.6.4 | 
| com.google.guava : guava | jar | 11.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.4 |