| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.inlong | 
| ArtifactId | ArtifactIdmanager-common | 
| Version | Version1.1.0-incubating | 
| Type | Typejar | 
| Description | DescriptionApache InLong - Manager Common InLong is a one-stop integration framework for massive data donated by Tencent to the Apache
        community.
        It provides automatic, safe, reliable, and high-performance data transmission capabilities
        to
        facilitate the construction of streaming-based data analysis, modeling, and applications. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| manager-common-1.1.0-incubating.pom | |
| manager-common-1.1.0-incubating.jar | 491 KB | 
| manager-common-1.1.0-incubating-sources.jar | 244 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.inlong/manager-common/ -->
<dependency>
    <groupId>org.apache.inlong</groupId>
    <artifactId>manager-common</artifactId>
    <version>1.1.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.inlong/manager-common/
implementation 'org.apache.inlong:manager-common:1.1.0-incubating'// https://jarcasting.com/artifacts/org.apache.inlong/manager-common/
implementation ("org.apache.inlong:manager-common:1.1.0-incubating")'org.apache.inlong:manager-common:jar:1.1.0-incubating'<dependency org="org.apache.inlong" name="manager-common" rev="1.1.0-incubating">
  <artifact name="manager-common" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.inlong', module='manager-common', version='1.1.0-incubating')
)libraryDependencies += "org.apache.inlong" % "manager-common" % "1.1.0-incubating"[org.apache.inlong/manager-common "1.1.0-incubating"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 | 
| junit : junit | jar | 4.13.2 |