| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.apache.linkis | 
    
| ArtifactId | ArtifactIdlinkis-cli-common | 
    
| Last Version | Last Version1.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionLinkis helps easily connect to various back-end computation/storage engines 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| linkis-cli-common-1.1.1.pom | |
| linkis-cli-common-1.1.1.jar | 30 KB | 
| linkis-cli-common-1.1.1-test-sources.jar | 6 KB | 
| linkis-cli-common-1.1.1-sources.jar | 35 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.linkis/linkis-cli-common/ -->
<dependency>
    <groupId>org.apache.linkis</groupId>
    <artifactId>linkis-cli-common</artifactId>
    <version>1.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.linkis/linkis-cli-common/
implementation 'org.apache.linkis:linkis-cli-common:1.1.1'
                // https://jarcasting.com/artifacts/org.apache.linkis/linkis-cli-common/
implementation ("org.apache.linkis:linkis-cli-common:1.1.1")
                'org.apache.linkis:linkis-cli-common:jar:1.1.1'
                <dependency org="org.apache.linkis" name="linkis-cli-common" rev="1.1.1">
  <artifact name="linkis-cli-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.linkis', module='linkis-cli-common', version='1.1.1')
)
                libraryDependencies += "org.apache.linkis" % "linkis-cli-common" % "1.1.1"
                [org.apache.linkis/linkis-cli-common "1.1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.linkis : linkis-common | jar | 1.1.1 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| com.google.code.gson : gson | jar | 2.8.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.platform : junit-platform-launcher | jar | |
| org.mockito : mockito-core | jar | 3.9.0 | 
| org.mockito : mockito-inline | jar | 3.9.0 | 
| org.mockito : mockito-junit-jupiter | jar | 3.9.0 | 
| org.assertj : assertj-core | jar | 3.17.2 | 
| org.springframework.boot : spring-boot-starter-test | jar | |
| com.h2database : h2 | jar | 1.4.200 | 
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| org.springframework : spring-test | jar |