| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.aliyun.odps | 
    
| ArtifactId | ArtifactIdodps-sdk-commons | 
    
| Version | Version0.38.3-public | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionODPS SDK Commons for Mapreduce/Graph 
            Alibaba Cloud Computing Open Data Processing Service 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/com.aliyun.odps/odps-sdk-commons/ -->
<dependency>
    <groupId>com.aliyun.odps</groupId>
    <artifactId>odps-sdk-commons</artifactId>
    <version>0.38.3-public</version>
</dependency>
                // https://jarcasting.com/artifacts/com.aliyun.odps/odps-sdk-commons/
implementation 'com.aliyun.odps:odps-sdk-commons:0.38.3-public'
                // https://jarcasting.com/artifacts/com.aliyun.odps/odps-sdk-commons/
implementation ("com.aliyun.odps:odps-sdk-commons:0.38.3-public")
                'com.aliyun.odps:odps-sdk-commons:jar:0.38.3-public'
                <dependency org="com.aliyun.odps" name="odps-sdk-commons" rev="0.38.3-public">
  <artifact name="odps-sdk-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.aliyun.odps', module='odps-sdk-commons', version='0.38.3-public')
)
                libraryDependencies += "com.aliyun.odps" % "odps-sdk-commons" % "0.38.3-public"
                [com.aliyun.odps/odps-sdk-commons "0.38.3-public"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 | 
| org.aspectj : aspectjrt | jar | 1.8.9 | 
| org.slf4j : slf4j-api | jar | 1.7.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.stephenc.jcip : jcip-annotations | jar | 1.0-1 | 
| junit : junit | jar | 4.11 |