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