| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.myadsget | 
    
| ArtifactId | ArtifactIdtongdun | 
    
| Last Version | Last Version3.3.4 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Descriptiontongdun 
            tongdun AAR 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| tongdun-3.3.4.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.myadsget/tongdun/ -->
<dependency>
    <groupId>com.myadsget</groupId>
    <artifactId>tongdun</artifactId>
    <version>3.3.4</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.myadsget/tongdun/
implementation 'com.myadsget:tongdun:3.3.4'
                // https://jarcasting.com/artifacts/com.myadsget/tongdun/
implementation ("com.myadsget:tongdun:3.3.4")
                'com.myadsget:tongdun:aar:3.3.4'
                <dependency org="com.myadsget" name="tongdun" rev="3.3.4">
  <artifact name="tongdun" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.myadsget', module='tongdun', version='3.3.4')
)
                libraryDependencies += "com.myadsget" % "tongdun" % "3.3.4"
                [com.myadsget/tongdun "3.3.4"]